Fix $menu-bg-color
(#7150)
This commit is contained in:
parent
8f13f3882f
commit
3583d99ef2
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ $widget-body-bg-color: $background;
|
|||
// Menu
|
||||
// ********************
|
||||
$menu-border-color: #e7e7e7;
|
||||
$menu-bg-color: $system;
|
||||
$menu-bg-color: $background;
|
||||
$menu-box-shadow-color: rgba(118, 131, 156, 0.6);
|
||||
$menu-selected-color: #f5f8fa;
|
||||
// ********************
|
||||
|
|
Loading…
Reference in a new issue