mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 20:08:52 +08:00
[common] fix bug 50416
This commit is contained in:
@ -974,6 +974,18 @@
|
||||
&.disabled {
|
||||
opacity: @component-disabled-opacity;
|
||||
}
|
||||
|
||||
&:not(:disabled) {
|
||||
.icon {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
.icon {
|
||||
.icon();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Dialog buttons
|
||||
|
||||
Reference in New Issue
Block a user