From 41cc1c30b20a33e53571a71a72cf2de8c0bacfb8 Mon Sep 17 00:00:00 2001 From: Vince Date: Fri, 14 May 2021 22:07:36 +0800 Subject: [PATCH] update --- .../extensions-40-0/_dash-to-dock.scss | 30 ++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) 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 2de6e7b..7dca78c 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 @@ -24,7 +24,7 @@ color: $light_fg_color; background-color: $primary_color; box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25); - border-radius: 1000px; + border-radius: $circular_radius; margin: 2px; padding: 0.2em 0.6em; font-weight: bold; @@ -97,6 +97,20 @@ StWidget.focused .app-well-app-running-dot { background-color: $primary_color; } + + .show-apps, + .app-well-app { + &:hover .overview-icon, + &:focus .overview-icon, + &:selected .overview-icon { + background-color: if($variant == 'light', rgba(white, 0.25), $light_divider_color); + } + + &:active .overview-icon, + &:checked .overview-icon { + background-color: if($variant == 'light', rgba(white, 0.35), $light_track_color); + } + } } .dash-background { @@ -121,6 +135,20 @@ StWidget.focused .app-well-app-running-dot { background-color: $primary_color; } + + .show-apps, + .app-well-app { + &:hover .overview-icon, + &:focus .overview-icon, + &:selected .overview-icon { + background-color: $light_divider_color; + } + + &:active .overview-icon, + &:checked .overview-icon { + background-color: $light_track_color; + } + } } &.opaque:overview,