update
This commit is contained in:
parent
d8eb753f37
commit
41cc479601
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
.popup-separator-menu-item-separator {
|
||||
height: 1px; //not really the whole box
|
||||
margin: 0;
|
||||
background-color: $borders_color;
|
||||
background-color: $menu_bd;
|
||||
|
||||
.popup-sub-menu & { //submenu separators
|
||||
margin: 0 32px 0 0;
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
&:rtl { margin-left: 2.5em; }
|
||||
|
||||
.popup-separator-menu-item-separator {
|
||||
background-color: $borders_color;
|
||||
background-color: $menu_bd;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue