diff --git a/gtk-3.0/scss/widgets/_toolbar.scss b/gtk-3.0/scss/widgets/_toolbar.scss index ab8d98f..f8866ea 100755 --- a/gtk-3.0/scss/widgets/_toolbar.scss +++ b/gtk-3.0/scss/widgets/_toolbar.scss @@ -102,17 +102,20 @@ &:hover, &:hover:focus { background-image: none; background-color: transparent; + color: $selected_bg-color; box-shadow: none; } &:active, &:active:hover { background-image: none; background-color: transparent; + color: shade($selected_bg_color, .9); box-shadow: none; } &:backdrop { background: none; + color: mix($titlebar_fg_color, $titlebar_bg_color, .6); icon-shadow: none; } }