Fix `$menu-bg-color` (#7150)

pull/21833/head
Šimon Brandner 2021-11-17 10:36:28 +01:00 committed by GitHub
parent 8f13f3882f
commit 3583d99ef2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ $widget-body-bg-color: $background;
// Menu // Menu
// ******************** // ********************
$menu-border-color: #e7e7e7; $menu-border-color: #e7e7e7;
$menu-bg-color: $system; $menu-bg-color: $background;
$menu-box-shadow-color: rgba(118, 131, 156, 0.6); $menu-box-shadow-color: rgba(118, 131, 156, 0.6);
$menu-selected-color: #f5f8fa; $menu-selected-color: #f5f8fa;
// ******************** // ********************