diff options
Diffstat (limited to 'desktop-themes/YaruOK/gtk-3.0/_apps.scss')
-rw-r--r-- | desktop-themes/YaruOK/gtk-3.0/_apps.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop-themes/YaruOK/gtk-3.0/_apps.scss b/desktop-themes/YaruOK/gtk-3.0/_apps.scss index 36e20b2e..7a11ec65 100644 --- a/desktop-themes/YaruOK/gtk-3.0/_apps.scss +++ b/desktop-themes/YaruOK/gtk-3.0/_apps.scss @@ -1001,7 +1001,7 @@ MsdOsdWindow.background.osd { iconview { border-radius: $button_radius; &:hover { - background-color: $popover_hover_color; + background-color: lighten($selected_bg_color, 10%); } } @@ -1118,4 +1118,4 @@ window#Main.background { } -}
\ No newline at end of file +} |