[Gtk-3.18]: Progressbar under treeview : removed backdrop state

Transmission has a visual bug where it doesn't change progressbar color quickly when changing state from active to bakdrop or backdrop to active. This makes entire thing appears buggy (#408)
pull/462/merge
Khurshid Alam 2016-05-21 21:23:03 +05:30
parent 266945047a
commit ca1253077a
1 changed files with 0 additions and 7 deletions

View File

@ -140,8 +140,6 @@
border: 1px solid border_focus($selected_bg_color); border: 1px solid border_focus($selected_bg_color);
color: $selected_fg_color; color: $selected_fg_color;
} }
&:backdrop { }
} }
&:insensitive { &:insensitive {
@ -150,11 +148,6 @@
border-color: border_insensitive($bg_color); border-color: border_insensitive($bg_color);
} }
} }
&:backdrop {
@include linear-gradient($bg_color);
border-color: border_insensitive($bg_color);
}
} }
.trough { .trough {