mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
forms.less: Prevent that the sort control "wobbles"
I love this word.. refs #8369
This commit is contained in:
parent
b9d64b40a4
commit
89bc1f13ed
@ -340,9 +340,11 @@ i.autosubmit-warning {
|
||||
margin-left: 0.2em;
|
||||
margin-top: 0.25em;
|
||||
|
||||
&.spinning:before {
|
||||
&:before {
|
||||
margin: 0; // Disables wobbling
|
||||
font-size: 90%; // icon-spin6 seems to be bigger than icon-cw
|
||||
}
|
||||
|
||||
&.spinning:before {
|
||||
content: '\e874'; // icon-spin6
|
||||
.animate(spin 2s infinite linear);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user