[common] fix bug 50416

This commit is contained in:
Maxim Kadushkin 2021-05-20 00:41:11 +03:00
parent 00b8e67c68
commit d7a3891bcf

View file

@ -974,6 +974,18 @@
&.disabled {
opacity: @component-disabled-opacity;
}
&:not(:disabled) {
.icon {
opacity: 1;
}
&:hover {
.icon {
.icon();
}
}
}
}
// Dialog buttons