[common] fix bug 50416
This commit is contained in:
parent
00b8e67c68
commit
d7a3891bcf
|
@ -974,6 +974,18 @@
|
|||
&.disabled {
|
||||
opacity: @component-disabled-opacity;
|
||||
}
|
||||
|
||||
&:not(:disabled) {
|
||||
.icon {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
.icon {
|
||||
.icon();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Dialog buttons
|
||||
|
|
Loading…
Reference in a new issue