Fix style for header buttons in "customization->toolbarNoTabs=true" mode

This commit is contained in:
Julia Radzhabova 2019-04-17 17:23:49 +03:00
parent 60044d9178
commit c87540c393
2 changed files with 11 additions and 3 deletions

View file

@ -123,7 +123,7 @@
showReviewChanges: false,
help: true,
compactHeader: false,
toolbarNoTabs: true,
toolbarNoTabs: false,
toolbarHideFileName: false
},
plugins: {

View file

@ -370,9 +370,13 @@
}
// TODO: move to appropriate module
.btn-header {
.btn-header, .btn-users {
svg.icon {
fill: #000;
fill: @gray-deep;
}
.caption {
color: @gray-deep;
}
&:hover:not(.disabled) {
@ -386,6 +390,10 @@
svg.icon {
fill: #fff;
}
.caption {
color: #fff;
}
}
}
}