Merge pull request #1360 from ONLYOFFICE/fix/Bug-53886

Bug 53886
This commit is contained in:
maxkadushkin 2021-12-03 18:14:43 +03:00 committed by GitHub
commit 1ffa8a3ddd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 39 additions and 24 deletions

View file

@ -125,18 +125,23 @@
} }
.caret { .caret {
width: 23px; margin: 9px;
height: 14px;
border: 0;
background-position: -43px -150px;
margin: 8px 15px;
display: none; display: none;
position: absolute; position: absolute;
right: 0; right: 14px;
width: 8px;
height: 8px;
border: solid 1px @icon-normal-pressed-ie;
border: solid 1px @icon-normal-pressed;
opacity: 0.6;
border-bottom: none;
border-right: none;
background-image: none;
transform: rotate(-135deg);
&.nomargin { &.nomargin {
margin-top: 0; margin: 2px;
margin-bottom: 0; right: 26px;
} }
} }
} }

View file

@ -118,18 +118,23 @@
} }
.caret { .caret {
width: 23px; margin: 9px;
height: 14px;
border: 0;
background-position: -43px -150px;
margin: 8px 15px;
display: none; display: none;
position: absolute; position: absolute;
right: 0; right: 14px;
width: 8px;
height: 8px;
border: solid 1px @icon-normal-pressed-ie;
border: solid 1px @icon-normal-pressed;
opacity: 0.6;
border-bottom: none;
border-right: none;
background-image: none;
transform: rotate(-135deg);
&.nomargin { &.nomargin {
margin-top: 0; margin: 2px;
margin-bottom: 0; right: 26px;
} }
} }
} }

View file

@ -190,18 +190,23 @@
} }
.caret { .caret {
width: 23px; margin: 9px;
height: 14px;
border: 0;
background-position: -43px -150px;
margin: 8px 15px;
display: none; display: none;
position: absolute; position: absolute;
right: 0; right: 14px;
width: 8px;
height: 8px;
border: solid 1px @icon-normal-pressed-ie;
border: solid 1px @icon-normal-pressed;
opacity: 0.6;
border-bottom: none;
border-right: none;
background-image: none;
transform: rotate(-135deg);
&.nomargin { &.nomargin {
margin-top: 0; margin: 2px;
margin-bottom: 0; right: 26px;
} }
} }
} }