mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 06:10:15 +00:00
HighContrast: remove deprecated progressbar style properties
These are ignored and trigger a runtime warning.
This commit is contained in:
parent
727885e35d
commit
bb441f4488
@ -1783,8 +1783,6 @@ progressbar progress {
|
||||
&.osd {
|
||||
border-width: 0;
|
||||
border-radius: 0;
|
||||
-GtkProgressBar-xspacing: 0;
|
||||
-GtkProgressBar-yspacing: 2px;
|
||||
-GtkProgressBar-min-horizontal-bar-height: 2px; //FIXME still too tall
|
||||
}
|
||||
}
|
||||
|
@ -1939,8 +1939,6 @@ progressbar progress {
|
||||
progressbar progress.osd {
|
||||
border-width: 0;
|
||||
border-radius: 0;
|
||||
-GtkProgressBar-xspacing: 0;
|
||||
-GtkProgressBar-yspacing: 2px;
|
||||
-GtkProgressBar-min-horizontal-bar-height: 2px; }
|
||||
|
||||
/*************
|
||||
|
Loading…
Reference in New Issue
Block a user