For Bug 51845

This commit is contained in:
Julia Radzhabova 2021-08-13 16:55:42 +03:00
parent 064e436cd7
commit 39239c81f4
5 changed files with 3 additions and 15 deletions

View file

@ -99,7 +99,7 @@
}
.item {
padding: 3px;
padding: 2px;
border: @scaled-one-px-value-ie solid @border-regular-control-ie;
border: @scaled-one-px-value solid @border-regular-control;
.box-shadow(none);

View file

@ -1155,7 +1155,7 @@ define([
this.listStyles = new Common.UI.ComboDataView({
cls: 'combo-styles',
itemWidth: 104,
itemHeight: 38,
itemHeight: 40,
// hint : this.tipParagraphStyle,
enableKeyEvents: true,
additionalMenuItems: [this.listStylesAdditionalMenuItem],

View file

@ -112,12 +112,6 @@
background-size: cover
}
.combo-styles {
.item {
padding: 2px;
}
}
#slot-btn-incfont, #slot-btn-decfont, #slot-btn-changecase {
margin-left: 2px;
}

View file

@ -818,7 +818,7 @@ define([
cls : 'combo-styles',
enableKeyEvents : true,
itemWidth : 112,
itemHeight : 38,
itemHeight : 40,
menuMaxHeight : 226,
lock : [_set.editCell, _set.selChart, _set.selChartText, _set.selShape, _set.selShapeText, _set.selImage, _set.selSlicer, _set.lostConnect, _set.coAuth],
beforeOpenHandler: function(e) {

View file

@ -149,9 +149,3 @@
float: left;
min-width: 46px;
}
.combo-styles {
.view, .dropdown-menu {
//background-color: @canvas-content-background;
}
}