From e526f79e5008c9d7992c3196b0853b38582e7e21 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Tue, 15 Oct 2024 16:41:15 +0800 Subject: [PATCH] update --- src/sass/gnome-shell/common/_calendar.scss | 16 ---------------- src/sass/gnome-shell/common/_dash.scss | 16 ++++++++++++++++ .../extensions-40-0/_dash-to-dock.scss | 2 ++ .../extensions-46-0/_dash-to-dock.scss | 2 ++ 4 files changed, 20 insertions(+), 16 deletions(-) diff --git a/src/sass/gnome-shell/common/_calendar.scss b/src/sass/gnome-shell/common/_calendar.scss index 8209f1be..5a095b17 100644 --- a/src/sass/gnome-shell/common/_calendar.scss +++ b/src/sass/gnome-shell/common/_calendar.scss @@ -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; diff --git a/src/sass/gnome-shell/common/_dash.scss b/src/sass/gnome-shell/common/_dash.scss index 00253ed0..d9a5097c 100644 --- a/src/sass/gnome-shell/common/_dash.scss +++ b/src/sass/gnome-shell/common/_dash.scss @@ -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" { diff --git a/src/sass/gnome-shell/extensions-40-0/_dash-to-dock.scss b/src/sass/gnome-shell/extensions-40-0/_dash-to-dock.scss index 3f770080..24ead58c 100644 --- a/src/sass/gnome-shell/extensions-40-0/_dash-to-dock.scss +++ b/src/sass/gnome-shell/extensions-40-0/_dash-to-dock.scss @@ -204,6 +204,8 @@ .show-apps, .app-well-app { + color: $light_fg_color; + &:hover .overview-icon, &:focus .overview-icon, &:selected .overview-icon { diff --git a/src/sass/gnome-shell/extensions-46-0/_dash-to-dock.scss b/src/sass/gnome-shell/extensions-46-0/_dash-to-dock.scss index dfef47dd..fec9bc92 100644 --- a/src/sass/gnome-shell/extensions-46-0/_dash-to-dock.scss +++ b/src/sass/gnome-shell/extensions-46-0/_dash-to-dock.scss @@ -179,6 +179,8 @@ .show-apps, .overview-tile { + color: $light_fg_color; + &:hover .overview-icon, &:focus .overview-icon, &:selected .overview-icon {