mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
[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)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user