* Fix gtk warning.

pull/367/head
Megax 2016-04-19 17:04:54 +02:00
parent 5b69b56e69
commit aefd98d8cd
2 changed files with 3 additions and 11 deletions
gtk-3.20/scss/widgets

View File

@ -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;

View File

@ -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 {