[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
parent
266945047a
commit
ca1253077a
|
@ -140,8 +140,6 @@
|
|||
border: 1px solid border_focus($selected_bg_color);
|
||||
color: $selected_fg_color;
|
||||
}
|
||||
|
||||
&:backdrop { }
|
||||
}
|
||||
|
||||
&:insensitive {
|
||||
|
@ -150,11 +148,6 @@
|
|||
border-color: border_insensitive($bg_color);
|
||||
}
|
||||
}
|
||||
|
||||
&:backdrop {
|
||||
@include linear-gradient($bg_color);
|
||||
border-color: border_insensitive($bg_color);
|
||||
}
|
||||
}
|
||||
|
||||
.trough {
|
||||
|
|
Loading…
Reference in New Issue