mirror of
https://github.com/horst3180/arc-theme.git
synced 2026-03-02 03:40:11 +00:00
gnome-shell: fix active button
This commit is contained in:
@@ -116,7 +116,7 @@
|
||||
color: $selected_fg_color;
|
||||
background-color: $selected_bg_color;
|
||||
border: 1px solid $selected_bg_color;
|
||||
box-shadow: inset 0 2px 4px $selected_bg_color;
|
||||
box-shadow: inset 0 1px transparentize($selected_bg_color, 0.95);
|
||||
}
|
||||
|
||||
@else if $t==insensitive {
|
||||
|
||||
Reference in New Issue
Block a user