Merge pull request #1122 from ONLYOFFICE/fix/theme-palette

Fix/theme palette
This commit is contained in:
Julia Radzhabova 2021-08-25 17:07:36 +03:00 committed by GitHub
commit a7ec7f759b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -763,7 +763,7 @@ define([
app.getController('DocumentHolder').getView().SetDisabled(disable);
if (this.appConfig.canReview) {
app.getController('RightMenu').getView('RightMenu').clearSelection();
disable && app.getController('RightMenu').getView('RightMenu').clearSelection();
app.getController('RightMenu').SetDisabled(disable, false);
app.getController('Statusbar').getView('Statusbar').SetDisabled(disable);
app.getController('Navigation') && app.getController('Navigation').SetDisabled(disable);

View file

@ -16,6 +16,7 @@
a {
padding: 0;
margin: calc(1px - 1px / @pixel-ratio-factor);
border: @scaled-one-px-value-ie solid @background-normal-ie;
border: @scaled-one-px-value solid @background-normal;
float: left;