[DE] fix bug 52486

This commit is contained in:
Maxim Kadushkin 2021-09-13 16:44:40 +03:00
parent 8aa2a51e3d
commit d8eb811b74
2 changed files with 8 additions and 9 deletions

View file

@ -1147,7 +1147,7 @@ define([
this.listStylesAdditionalMenuItem = new Common.UI.MenuItem({
template: _.template(
'<div id="id-save-style-container" class = "save-style-container">' +
'<span id="id-save-style-plus" class="plus img-commonctrl" ></span>' +
'<span id="id-save-style-plus" class="add-style-icon toolbar__icon btn-zoomup" ></span>' +
'<label id="id-save-style-link" class="save-style-link" >' + me.textStyleMenuNew + '</label>' +
'</div>')
});

View file

@ -147,21 +147,20 @@
border-left: @scaled-one-px-value solid @border-regular-control;
border-top: @scaled-one-px-value-ie solid @border-regular-control-ie;
border-top: @scaled-one-px-value solid @border-regular-control;
display: flex;
align-items: center;
}
.save-style-link {
border-bottom: @scaled-one-px-value-ie dotted @text-secondary-ie;
border-bottom: @scaled-one-px-value dotted @text-secondary;
cursor: pointer;
margin-left: 22px;
margin-left: 8px;
}
.plus {
width: 16px;
height: 16px;
cursor: pointer;
position: absolute;
background-position: @plus-offset-x @plus-offset-y;
.add-style-icon {
width: 20px;
height: 20px;
}
.dropdown-menu > .disabled {