mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
feat: add variable for aliyun theme of dropdown (#34189)
Co-authored-by: zhaohonghai <wb-zhh767523@alibaba-inc.com>
This commit is contained in:
parent
60aaa70069
commit
3b0174dbdb
@ -216,7 +216,7 @@
|
||||
|
||||
&-selected {
|
||||
color: @dropdown-selected-color;
|
||||
background-color: @item-active-bg;
|
||||
background-color: @dropdown-selected-bg;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user