From 82f9d9ae99ac4725aeaab64caa01168c35def016 Mon Sep 17 00:00:00 2001 From: Vince Date: Sun, 20 Jun 2021 10:22:14 +0800 Subject: [PATCH] Fixed #315 --- src/sass/gtk/apps/_gnome-3.22.scss | 40 +++++++++++++++--------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/src/sass/gtk/apps/_gnome-3.22.scss b/src/sass/gtk/apps/_gnome-3.22.scss index 30d3bfe..dac7870 100644 --- a/src/sass/gtk/apps/_gnome-3.22.scss +++ b/src/sass/gtk/apps/_gnome-3.22.scss @@ -362,32 +362,32 @@ $nautilus_sidebar_image: image($dark_sidebar_bg); > stack:not(:only-child) { searchbar > revealer > box { background-color: transparent; } } + } - infobar { - & > revealer > box, - &:hover > revealer > box, - &:backdrop > revealer > box { - background-color: transparent; - padding: 0 $container_padding * 2; + &.background infobar { + & > revealer > box, + &:hover > revealer > box, + &:backdrop > revealer > box { + background-color: transparent; + padding: 0 $container_padding * 2; + color: $selection_mode_bg; + + button { color: $selection_mode_bg; + background-color: rgba($selection_mode_bg, 0.15); + border: none; - button { - color: $selection_mode_bg; - background-color: rgba($selection_mode_bg, 0.15); - border: none; + &:hover { background-color: rgba($selection_mode_bg, 0.25); } + &:active, &:checked { background-color: $selection_mode_bg; color: white; } + &:disabled { + background-color: rgba($selection_mode_bg, 0.05); + color: rgba($selection_mode_bg, 0.35); - &:hover { background-color: rgba($selection_mode_bg, 0.25); } - &:active, &:checked { background-color: $selection_mode_bg; color: white; } - &:disabled { - background-color: rgba($selection_mode_bg, 0.05); - color: rgba($selection_mode_bg, 0.35); - - label { color: rgba($selection_mode_bg, 0.35); } - } + label { color: rgba($selection_mode_bg, 0.35); } } - - *:link, link { color: $link_color; } } + + *:link, link { color: $link_color; } } }