forked from AuroraMiddleware/gtk
HighContrast: No blue spinners
Spinners are drawing backgrounds now, so setting a blue background color is pretty distracting.
This commit is contained in:
parent
f63e8edec6
commit
c110ffcb1a
@ -163,7 +163,6 @@ label {
|
||||
|
||||
spinner {
|
||||
background-image: none;
|
||||
background-color: blue;
|
||||
opacity: 0; // non spinning spinner makes no sense
|
||||
-gtk-icon-source: -gtk-icontheme('process-working-symbolic');
|
||||
&:checked {
|
||||
|
@ -130,7 +130,6 @@ label:disabled, label:backdrop:disabled {
|
||||
-gtk-icon-transform: rotate(1turn); } }
|
||||
spinner {
|
||||
background-image: none;
|
||||
background-color: blue;
|
||||
opacity: 0;
|
||||
-gtk-icon-source: -gtk-icontheme("process-working-symbolic"); }
|
||||
spinner:checked {
|
||||
|
Loading…
Reference in New Issue
Block a user