fix: rotate the spinner when unselected

This commit is contained in:
MAZE 2023-11-28 14:26:13 +03:30
parent aaccbee3d7
commit cf7600e6c7

View file

@ -67,6 +67,14 @@
);
content: '';
}
& .spinner {
animation-duration: 1s;
animation-iteration-count: infinite;
animation-name: spinner;
animation-timing-function: linear;
line-height: 0;
}
}
&.selected {
@ -77,14 +85,6 @@
& .icon {
color: #34d399;
& .spinner {
animation-duration: 1s;
animation-iteration-count: infinite;
animation-name: spinner;
animation-timing-function: linear;
line-height: 0;
}
}
}