chore: Add light menu background color (#28842)

* chore: Add light menu background color

* fix lint

* rename
This commit is contained in:
二货机器人 2021-01-15 17:29:33 +08:00 committed by GitHub
parent ee06217ebd
commit 1ca28baa5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 3 deletions

View File

@ -20,7 +20,7 @@
}
&-dark &-inline&-sub {
background: @menu-dark-submenu-bg;
background: @menu-dark-inline-submenu-bg;
}
&-dark&-horizontal {

View File

@ -542,6 +542,7 @@
&-sub&-inline {
padding: 0;
background: @menu-inline-submenu-bg;
border: 0;
border-radius: 0;
box-shadow: none;

View File

@ -290,7 +290,7 @@
// Menu
// ---
// dark theme
@menu-dark-submenu-bg: @component-background;
@menu-dark-inline-submenu-bg: @component-background;
@menu-dark-bg: @popover-background;
@menu-popup-bg: @popover-background;

View File

@ -546,6 +546,7 @@
@menu-bg: @component-background;
@menu-popup-bg: @component-background;
@menu-item-color: @text-color;
@menu-inline-submenu-bg: @background-color-light;
@menu-highlight-color: @primary-color;
@menu-highlight-danger-color: @error-color;
@menu-item-active-bg: @primary-1;
@ -567,7 +568,7 @@
@menu-dark-danger-color: @error-color;
@menu-dark-bg: @layout-header-background;
@menu-dark-arrow-color: #fff;
@menu-dark-submenu-bg: #000c17;
@menu-dark-inline-submenu-bg: #000c17;
@menu-dark-highlight-color: #fff;
@menu-dark-item-active-bg: @primary-color;
@menu-dark-item-active-danger-bg: @error-color;