* Fixed spinner. (#332)

This commit is contained in:
Csaba Jakosa
2016-04-13 00:41:33 -05:00
committed by Dustin Falgout
parent 8b02cba039
commit 03ddaeb517
+3 -3
View File
@@ -7,14 +7,14 @@
to { -gtk-icon-transform: rotate(1turn); }
}
.spinner {
spinner {
background-image: none;
background-color: $selected_bg_color;
color: $selected_bg_color;
opacity: 0; // non spinning spinner makes no sense
-gtk-icon-source: -gtk-icontheme("process-working-symbolic");
&:active {
&:checked {
opacity: 1;
animation: spin 1s linear infinite;