mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 10:46:04 +08:00
[DE PE SSE] Fix bug 62644
This commit is contained in:
@ -21,16 +21,17 @@
|
||||
}
|
||||
}
|
||||
|
||||
.btn-category {
|
||||
.btn-category,
|
||||
.btn-options {
|
||||
&:active,
|
||||
&.active {
|
||||
&:not(.disabled) {
|
||||
svg.icon {
|
||||
fill: @icon-normal-pressed-ie;
|
||||
fill: @icon-normal-pressed;
|
||||
//.btn& {
|
||||
// opacity: 1;
|
||||
//}
|
||||
.btn& {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -40,7 +41,7 @@
|
||||
fill: @icon-normal;
|
||||
|
||||
.btn& {
|
||||
//opacity: 1;
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user