Skip to content

Commit 32f9b2d

Browse files
authored
DEV: update shadow defintion (#22)
1 parent a58bdbc commit 32f9b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/common.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ $icon-opacity: 0.7;
9090
.d-dropdown-menu {
9191
min-width: 160px;
9292
background: fallback($Submenu_background, $secondary);
93-
box-shadow: shadow("menu-panel");
93+
box-shadow: var(--shadow-menu-panel);
9494
margin: 0;
9595
list-style: none;
9696
}

0 commit comments

Comments
 (0)