This commit is contained in:
vinceliuice 2023-03-11 19:58:38 +08:00
parent d8eb753f37
commit 41cc479601
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -29,7 +29,7 @@
&:rtl { margin-left: 2.5em; }
.popup-separator-menu-item-separator {
background-color: $borders_color;
background-color: $menu_bd;
}
}
}