We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a58bdbc commit 32f9b2dCopy full SHA for 32f9b2d
common/common.scss
@@ -90,7 +90,7 @@ $icon-opacity: 0.7;
90
.d-dropdown-menu {
91
min-width: 160px;
92
background: fallback($Submenu_background, $secondary);
93
- box-shadow: shadow("menu-panel");
+ box-shadow: var(--shadow-menu-panel);
94
margin: 0;
95
list-style: none;
96
}
0 commit comments