Merge pull request #809 from ONLYOFFICE/maxkadushkin-patch-1

Update spinner.less
This commit is contained in:
maxkadushkin 2021-04-14 16:54:23 +03:00 committed by GitHub
commit deb012b05a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,7 +61,7 @@
opacity: @component-disabled-opacity;
}
&:hover {
&:hover:not(:disabled):not(.disabled) {
background-color: @highlight-button-hover-ie;
background-color: @highlight-button-hover;
}
@ -79,4 +79,4 @@
transform: rotate(-135deg) translate(2px,2px);
}
}
}
}