mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2025-06-08 00:13:02 +00:00
35 lines
646 B
SCSS
35 lines
646 B
SCSS
%panel_button {
|
|
color: $panel_fg;
|
|
border-radius: $bt_radius;
|
|
background: none;
|
|
border: none;
|
|
box-shadow: none;
|
|
|
|
&:hover {
|
|
color: $panel_fg;
|
|
background-color: rgba($panel_fg, 0.15);
|
|
}
|
|
|
|
&:checked {
|
|
color: $panel_fg;
|
|
background-color: rgba($panel_fg, 0.25);
|
|
label, image { color: inherit; }
|
|
}
|
|
|
|
&:active {
|
|
color: $panel_fg;
|
|
background-color: rgba($panel_fg, 0.3);
|
|
}
|
|
}
|
|
|
|
@import 'apps/gnome-3.22';
|
|
@import 'apps/misc';
|
|
@import 'apps/mate';
|
|
@import 'apps/budgie';
|
|
@import 'apps/xfce';
|
|
@import 'apps/nemo';
|
|
@import 'apps/elementary';
|
|
@import 'apps/lightdm';
|
|
@import 'apps/granite';
|
|
@import 'apps/unity';
|