This commit is contained in:
vinceliuice 2024-10-15 16:41:15 +08:00
parent ea95cfa5e2
commit e526f79e50
4 changed files with 20 additions and 16 deletions

View File

@ -23,22 +23,6 @@ $popover_bubble_bg: if($variant == 'light', rgba(white, 0.95), rgba(lighten($bas
}
}
%show_apps_bigsur {
.show-apps-icon {
color: transparent !important;
background-image: url("assets/view-app-grid.svg");
background-size: contain;
}
&,
&:hover,
&:active,
&:checked,
&:focus {
.overview-icon, .show-apps-icon { color: transparent !important; }
}
}
// overall menu
#calendarArea {
padding: $base_margin 0;

View File

@ -24,6 +24,22 @@ $dash_placeholder_size: 32px;
@include font(body-1);
}
%show_apps_bigsur {
.show-apps-icon {
color: transparent !important;
background-image: url("assets/view-app-grid.svg");
background-size: contain;
}
&,
&:hover,
&:active,
&:checked,
&:focus {
.overview-icon, .show-apps-icon { color: transparent !important; }
}
}
// Show apps button
.show-apps {
@if $showapps_button == "bigsur" {

View File

@ -204,6 +204,8 @@
.show-apps,
.app-well-app {
color: $light_fg_color;
&:hover .overview-icon,
&:focus .overview-icon,
&:selected .overview-icon {

View File

@ -179,6 +179,8 @@
.show-apps,
.overview-tile {
color: $light_fg_color;
&:hover .overview-icon,
&:focus .overview-icon,
&:selected .overview-icon {