mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +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-left: 0.2em;
|
||||||
margin-top: 0.25em;
|
margin-top: 0.25em;
|
||||||
|
|
||||||
&.spinning:before {
|
&:before {
|
||||||
margin: 0; // Disables wobbling
|
margin: 0; // Disables wobbling
|
||||||
font-size: 90%; // icon-spin6 seems to be bigger than icon-cw
|
}
|
||||||
|
|
||||||
|
&.spinning:before {
|
||||||
content: '\e874'; // icon-spin6
|
content: '\e874'; // icon-spin6
|
||||||
.animate(spin 2s infinite linear);
|
.animate(spin 2s infinite linear);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user