mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-02-10 18:05:32 +08:00
[common] Fix bug 78267
This commit is contained in:
@ -68,6 +68,8 @@
|
||||
border: 1px solid @border-divider;
|
||||
box-shadow: 0 1px 0 0 @border-divider-ie;
|
||||
box-shadow: 0 1px 0 0 @border-divider;
|
||||
color: @text-normal-ie;
|
||||
color: @text-normal;
|
||||
}
|
||||
.action-keys-item-comma {
|
||||
display: flex;
|
||||
@ -104,6 +106,15 @@
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
&.selected {
|
||||
button {
|
||||
:not(:hover).icon {
|
||||
background-position-x: -20px;
|
||||
background-position-x: @button-small-active-icon-offset-x;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user