[SSE] Fix dropdown menu of styles cell
This commit is contained in:
parent
f2cc301d7e
commit
b70b9eb243
|
@ -1313,7 +1313,7 @@ define([
|
||||||
{id: 'menu-style-group-number', caption: this.textNumberFormat },
|
{id: 'menu-style-group-number', caption: this.textNumberFormat },
|
||||||
{id: 'menu-style-group-no-name', caption: this.textNoName }
|
{id: 'menu-style-group-no-name', caption: this.textNoName }
|
||||||
]),
|
]),
|
||||||
menuMaxHeight : 350,
|
menuMaxHeight : 380,
|
||||||
lock : [_set.editCell, _set.selChart, _set.selChartText, _set.selShape, _set.selShapeText, _set.selImage, _set.selSlicer, _set.lostConnect, _set.coAuth, _set['FormatCells']],
|
lock : [_set.editCell, _set.selChart, _set.selChartText, _set.selShape, _set.selShapeText, _set.selImage, _set.selSlicer, _set.lostConnect, _set.coAuth, _set['FormatCells']],
|
||||||
dataHint : '1',
|
dataHint : '1',
|
||||||
dataHintDirection: 'bottom',
|
dataHintDirection: 'bottom',
|
||||||
|
|
|
@ -184,7 +184,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.grouped-data .group-items-container .item {
|
.grouped-data .group-items-container .item {
|
||||||
margin: 0px -1px -1px 0px;
|
margin: 0px calc(-1 * @scaled-one-px-value) calc(-1 * @scaled-one-px-value) 0px;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
&:hover {
|
&:hover {
|
||||||
.box-shadow(inset 0 0 0 2px @border-preview-hover-ie) !important;
|
.box-shadow(inset 0 0 0 2px @border-preview-hover-ie) !important;
|
||||||
|
|
Loading…
Reference in a new issue