mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
gtk3.20: Sidebar fix. (#330)
* * Sidebar fix. * * Sidebar background color fix.
This commit is contained in:
committed by
Dustin Falgout
parent
77877e9d53
commit
368e74fc68
@@ -232,7 +232,7 @@
|
||||
@at-root %nobg_selected_items, & {
|
||||
color: $selected_fg_color;
|
||||
|
||||
@if $variant == 'light' { outline-color: transparentize($selected_fg_color, 0.7); }
|
||||
@if $variant == 'light' { outline-color: transparentize($selected_fg_color, .7); }
|
||||
|
||||
&:disabled { color: mix($selected_fg_color, $selected_bg_color, .5); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user