mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
* Fixed spinner. (#332)
This commit is contained in:
committed by
Dustin Falgout
parent
8b02cba039
commit
03ddaeb517
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user