mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-01 21:37:06 +08:00
add @menu-item-active-border-width to Menu.Item (#11934)
This commit is contained in:
parent
dd37457048
commit
ce4a4bacaa
@ -325,7 +325,7 @@
|
|||||||
right: 0;
|
right: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
border-right: 3px solid @menu-highlight-color;
|
border-right: @menu-item-active-border-width solid @menu-highlight-color;
|
||||||
transform: scaleY(.0001);
|
transform: scaleY(.0001);
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transition: transform .15s @ease-out, opacity .15s @ease-out;
|
transition: transform .15s @ease-out, opacity .15s @ease-out;
|
||||||
|
@ -324,6 +324,7 @@
|
|||||||
@menu-item-color: @text-color;
|
@menu-item-color: @text-color;
|
||||||
@menu-highlight-color: @primary-color;
|
@menu-highlight-color: @primary-color;
|
||||||
@menu-item-active-bg: @item-active-bg;
|
@menu-item-active-bg: @item-active-bg;
|
||||||
|
@menu-item-active-border-width: 3px;
|
||||||
@menu-item-group-title-color: @text-color-secondary;
|
@menu-item-group-title-color: @text-color-secondary;
|
||||||
// dark theme
|
// dark theme
|
||||||
@menu-dark-color: @text-color-secondary-dark;
|
@menu-dark-color: @text-color-secondary-dark;
|
||||||
|
Loading…
Reference in New Issue
Block a user