mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-04 13:08:41 +08:00
update color var
This commit is contained in:
parent
56122af642
commit
f0c77e7004
@ -35,11 +35,11 @@
|
|||||||
&-item-active,
|
&-item-active,
|
||||||
&-submenu-active,
|
&-submenu-active,
|
||||||
&-submenu-inline&-submenu-active > &-submenu-title:hover {
|
&-submenu-inline&-submenu-active > &-submenu-title:hover {
|
||||||
background-color: #eaf8fe;
|
background-color: tint(@primary-color, 90%);
|
||||||
}
|
}
|
||||||
|
|
||||||
&-item-selected {
|
&-item-selected {
|
||||||
background-color: #eaf8fe;
|
background-color: tint(@primary-color, 90%);
|
||||||
}
|
}
|
||||||
|
|
||||||
& > li&-submenu {
|
& > li&-submenu {
|
||||||
@ -123,9 +123,9 @@
|
|||||||
border-bottom: 2px solid transparent;
|
border-bottom: 2px solid transparent;
|
||||||
|
|
||||||
&-active {
|
&-active {
|
||||||
border-bottom: 2px solid #2db7f5;
|
border-bottom: 2px solid @primary-color;
|
||||||
background-color: #F3F5F7;
|
background-color: #F3F5F7;
|
||||||
color: #2baee9;
|
color: @primary-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user