[all] fix bug 49398

This commit is contained in:
Maxim Kadushkin 2021-04-18 18:09:49 +03:00
parent e7976831f2
commit 978d892456
2 changed files with 1 additions and 2 deletions

View file

@ -103,7 +103,7 @@
margin: 0 @minus-px-ie @minus-px-ie 0; margin: 0 @minus-px-ie @minus-px-ie 0;
margin: 0 @minus-px @minus-px 0; margin: 0 @minus-px @minus-px 0;
height: @combo-dataview-height; height: @combo-dataview-height;
background-color: @canvas-content-background;
&:hover { &:hover {
.box-inner-shadow(0 0 0 2px @border-preview-hover-ie); .box-inner-shadow(0 0 0 2px @border-preview-hover-ie);

View file

@ -144,6 +144,5 @@
.combo-styles { .combo-styles {
.view, .dropdown-menu { .view, .dropdown-menu {
background-color: @canvas-content-background;
} }
} }