diff options
author | Mate <[email protected]> | 2021-06-09 07:31:02 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-08-02 23:56:01 +0200 |
commit | 92203b6b13ffbc3c64236ad1ab7d00c6eb837f05 (patch) | |
tree | 38feae3fa95b5a09fdaa97dea06895ef34c75fd0 /desktop-themes/YaruOK/gtk-3.0/_apps.scss | |
parent | 23eff50c3c3a51faaf7ee30695ebafbd51e8a3a7 (diff) | |
download | mate-themes-92203b6b13ffbc3c64236ad1ab7d00c6eb837f05.tar.bz2 mate-themes-92203b6b13ffbc3c64236ad1ab7d00c6eb837f05.tar.xz |
Fix regression in mate appearance yaruok
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 +} |