* Fix gtk warning.
parent
5b69b56e69
commit
aefd98d8cd
gtk-3.20/scss/widgets
|
@ -114,7 +114,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
calendar {
|
calendar {
|
||||||
&:inconsistent { color: mix($menu_fg_color, $menu_bg_color, .5); }
|
&:indeterminate { color: mix($menu_fg_color, $menu_bg_color, .5); }
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
border-style: none;
|
border-style: none;
|
||||||
|
|
|
@ -182,7 +182,7 @@
|
||||||
box-shadow: inset 0 1px transparentize(white, .95);
|
box-shadow: inset 0 1px transparentize(white, .95);
|
||||||
}
|
}
|
||||||
|
|
||||||
background-color: linear-gradient(to bottom, $base_color, darken($base_color, .1));
|
@include linear-gradient($selected_bg_color);
|
||||||
|
|
||||||
&:backdrop {
|
&:backdrop {
|
||||||
@if $variant == 'light' {
|
@if $variant == 'light' {
|
||||||
|
@ -197,17 +197,9 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* transmission fix. */
|
|
||||||
&:insensitive {
|
|
||||||
&:insensitive {
|
|
||||||
@include linear-gradient($bg_color);
|
|
||||||
border-color: border_insensitive($bg_color);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
&:disabled {
|
&:disabled {
|
||||||
@include linear-gradient($bg_color);
|
@include linear-gradient($bg_color);
|
||||||
border-color: border_disabled($bg_color);
|
border-color: border_insensitive($bg_color);
|
||||||
}
|
}
|
||||||
|
|
||||||
&:backdrop {
|
&:backdrop {
|
||||||
|
|
Loading…
Reference in New Issue