Skip to content

Commit

Permalink
Merge pull request #3024 from ONLYOFFICE/fix/bugfix
Browse files Browse the repository at this point in the history
Fix styles for 250%
  • Loading branch information
JuliaRadzhabova authored May 31, 2024
2 parents b701223 + 810fe08 commit c1794c3
Showing 1 changed file with 23 additions and 15 deletions.
38 changes: 23 additions & 15 deletions apps/common/main/resources/less/toolbar.less
Original file line number Diff line number Diff line change
Expand Up @@ -936,27 +936,35 @@
}
}

.select-checked-items {
a.checked {
&:before {
display: none !important;
}
&, &:hover, &:focus {
background-color: @highlight-button-pressed-ie;
background-color: @highlight-button-pressed;
color: @text-normal-pressed-ie;
color: @text-normal-pressed;
label {
.dropdown-menu {
&.select-checked-items {
.menu-item.checked {
&:before {
display: none !important;
}
&, &:hover, &:focus {
background-color: @highlight-button-pressed-ie;
background-color: @highlight-button-pressed;
color: @text-normal-pressed-ie;
color: @text-normal-pressed;
label {
color: @text-normal-pressed-ie;
color: @text-normal-pressed;
}
}
.menu-item-icon {
background-position-x: -20px;
background-position-x: @button-small-active-icon-offset-x;
}

svg.menu-item-icon {
fill: @icon-normal-pressed-ie;
fill: @icon-normal-pressed;
}
}
.menu-item-icon {
background-position-x: -20px;
background-position-x: @button-small-active-icon-offset-x;
}
}
}

.item-databar {
.icon {
width: 25px;
Expand Down

0 comments on commit c1794c3

Please sign in to comment.