[SSE] Fix left border for dropdown menu

This commit is contained in:
Alexei Koshelev 2022-12-21 17:25:35 +03:00
parent 2a31d73ecf
commit 4f3ac36789

View file

@ -183,6 +183,11 @@
.combo-cell-styles, #id-toolbar-btn-cstyle {
.dropdown-menu {
padding: 5px 0px !important;
border-left-style: solid !important;
border-left-color: @border-regular-control-ie !important;
border-left-color: @border-regular-control !important;
border-left-width: @scaled-one-px-value-ie !important;
border-left-width: @scaled-one-px-value !important;
}
.menu-picker-container {