feat: add variable for aliyun theme of dropdown (#34189)

Co-authored-by: zhaohonghai <wb-zhh767523@alibaba-inc.com>
This commit is contained in:
qdzhaoxiaodao 2022-02-27 10:52:50 +08:00 committed by GitHub
parent 60aaa70069
commit 3b0174dbdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

View File

@ -216,7 +216,7 @@
&-selected {
color: @dropdown-selected-color;
background-color: @item-active-bg;
background-color: @dropdown-selected-bg;
}
&:hover {

View File

@ -287,6 +287,7 @@
// Dropdown
@dropdown-selected-color: @primary-color;
@dropdown-menu-submenu-disabled-bg: @component-background;
@dropdown-selected-bg: @item-active-bg;
// Empty
@empty-font-size: @font-size-base;

View File

@ -342,6 +342,7 @@ html {
// Dropdown
@dropdown-selected-color: @primary-color;
@dropdown-menu-submenu-disabled-bg: @component-background;
@dropdown-selected-bg: @item-active-bg;
// Empty
@empty-font-size: @font-size-base;