Merge pull request #1778 from ONLYOFFICE/feature/fix-bug-react

[DE] Fix Bug 57306
This commit is contained in:
maxkadushkin 2022-06-04 11:00:46 +03:00 committed by GitHub
commit f60c3552c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 6 deletions

View file

@ -313,7 +313,10 @@
border-radius: 4px; border-radius: 4px;
margin-top: -3px; margin-top: -3px;
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset; box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset;
background: @fill-white; background-color: @fill-white;
&.auto {
background-color: @autoColor;
}
} }
} }
} }

View file

@ -124,11 +124,6 @@
background-color: @button-active-opacity; background-color: @button-active-opacity;
} }
} }
.item-content {
.color-preview.auto {
background-color: @autoColor;
}
}
.item-link .item-inner { .item-link .item-inner {
width: 100%; width: 100%;
} }