* Fixed spinner. (#332)

pull/328/head
Csaba Jakosa 2016-04-13 07:41:33 +02:00 committed by Dustin Falgout
parent 8b02cba039
commit 03ddaeb517
1 changed files with 3 additions and 3 deletions

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;