mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-13 04:53:11 +08:00
add new less var
This commit is contained in:
parent
2db4081f67
commit
6dd6e6512a
@ -102,7 +102,7 @@
|
|||||||
|
|
||||||
&-selected,
|
&-selected,
|
||||||
&-selected > a {
|
&-selected > a {
|
||||||
color: @primary-color;
|
color: @dropdown-selected-color;
|
||||||
background-color: @item-active-bg;
|
background-color: @item-active-bg;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -186,6 +186,10 @@
|
|||||||
@checkbox-check-color: #fff;
|
@checkbox-check-color: #fff;
|
||||||
@checkbox-border-width: @border-width-base;
|
@checkbox-border-width: @border-width-base;
|
||||||
|
|
||||||
|
// Dropdown
|
||||||
|
|
||||||
|
@dropdown-selected-color: @primary-color;
|
||||||
|
|
||||||
// Empty
|
// Empty
|
||||||
@empty-font-size: @font-size-base;
|
@empty-font-size: @font-size-base;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user