DEV: update shadow defintion (#22)
This commit is contained in:
parent
a58bdbcfbc
commit
32f9b2dd74
|
@ -90,7 +90,7 @@ $icon-opacity: 0.7;
|
||||||
.d-dropdown-menu {
|
.d-dropdown-menu {
|
||||||
min-width: 160px;
|
min-width: 160px;
|
||||||
background: fallback($Submenu_background, $secondary);
|
background: fallback($Submenu_background, $secondary);
|
||||||
box-shadow: shadow("menu-panel");
|
box-shadow: var(--shadow-menu-panel);
|
||||||
margin: 0;
|
margin: 0;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue