Fix css selector for gap element in submenu
This commit is contained in:
@@ -128,7 +128,7 @@ function onBackdrop(event) {
|
||||
background-color: #e9ecef;
|
||||
}
|
||||
|
||||
.sidebar-item-menu .sidebar-item:first-child::before {
|
||||
.sidebar-item-menu > div:first-of-type::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 0;
|
||||
@@ -171,7 +171,7 @@ function onBackdrop(event) {
|
||||
|
||||
.sidebar-item-menu,
|
||||
.sidebar-item-menu-open,
|
||||
.sidebar-item-menu .sidebar-item:first-child::before {
|
||||
.sidebar-item-menu > div:first-of-type::before {
|
||||
background-color: var(--card-background);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user