[SSE] Fix Bug 50285

This commit is contained in:
Julia Radzhabova 2021-05-11 15:00:34 +03:00
parent 71ce073bed
commit 35e132ce68
2 changed files with 12 additions and 5 deletions

View file

@ -906,10 +906,6 @@
&.template-table {
width: 92px;
}
&.sheet-template-table {
width: 83px;
height: 54px;
}
.icon-template-slicer.icon {
min-width: 36px;
@ -930,6 +926,17 @@
position: relative;
}
&.sheet-template-table {
width: 83px;
height: 54px;
.icon {
border: none;
.box-shadow(0 0 0 @scaled-one-px-value-ie @border-regular-control-ie);
.box-shadow(0 0 0 @scaled-one-px-value @border-regular-control);
}
}
svg.icon {
vertical-align: middle;
width: 52px;

View file

@ -452,7 +452,7 @@ define([
this.mnuTableTemplatePicker.selectRecord(rec, true);
this.btnTableTemplate.resumeEvents();
this.$el.find('.icon-template-table').css({'background-image': 'url(' + rec.get("imageUrl") + ')', 'height': '48px', 'width': '63px', 'background-position': 'center', 'background-size': 'auto 50px'});
this.$el.find('.icon-template-table').css({'background-image': 'url(' + rec.get("imageUrl") + ')', 'height': '46px', 'width': '61px', 'background-position': 'center', 'background-size': 'cover'});
this._state.TemplateName=value;
}