Update spinner.less

This commit is contained in:
maxkadushkin
2021-04-14 16:47:11 +03:00
committed by GitHub
parent a23edf5adb
commit f1ca6aafcc

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);
}
}
}
}