|
|
@ -13,7 +13,7 @@ |
|
|
bottom: 0; |
|
|
bottom: 0; |
|
|
display: block; |
|
|
display: block; |
|
|
width: 2px; |
|
|
width: 2px; |
|
|
background: @primary-color; |
|
|
background-color: @primary-color; |
|
|
content: ''; |
|
|
content: ''; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
@ -62,7 +62,7 @@ |
|
|
|
|
|
|
|
|
&-selected { |
|
|
&-selected { |
|
|
color: #fff; |
|
|
color: #fff; |
|
|
background: @primary-color !important; |
|
|
background-color: @primary-color !important; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
@ -79,7 +79,7 @@ |
|
|
&-selected { |
|
|
&-selected { |
|
|
z-index: 2; |
|
|
z-index: 2; |
|
|
color: @primary-color; |
|
|
color: @primary-color; |
|
|
background: fade(@primary-color, 10); |
|
|
background-color: fade(@primary-color, 10); |
|
|
|
|
|
|
|
|
.light-border(); |
|
|
.light-border(); |
|
|
} |
|
|
} |
|
|
@ -107,7 +107,7 @@ |
|
|
// } |
|
|
// } |
|
|
|
|
|
|
|
|
&-light { |
|
|
&-light { |
|
|
background: #fff; |
|
|
background-color: #fff; |
|
|
|
|
|
|
|
|
.@{menu-prefix-cls}-submenu-active { |
|
|
.@{menu-prefix-cls}-submenu-active { |
|
|
color: @primary-color !important; |
|
|
color: @primary-color !important; |
|
|
@ -219,7 +219,7 @@ |
|
|
&-active:not(.@{menu-prefix-cls}-submenu) { |
|
|
&-active:not(.@{menu-prefix-cls}-submenu) { |
|
|
z-index: 2; |
|
|
z-index: 2; |
|
|
color: @primary-color; |
|
|
color: @primary-color; |
|
|
background: fade(@primary-color, 10); |
|
|
background-color: fade(@primary-color, 10); |
|
|
|
|
|
|
|
|
.light-border(); |
|
|
.light-border(); |
|
|
} |
|
|
} |
|
|
@ -232,7 +232,7 @@ |
|
|
> li.@{menu-prefix-cls}-item-active, |
|
|
> li.@{menu-prefix-cls}-item-active, |
|
|
.@{menu-prefix-cls}-submenu-active { |
|
|
.@{menu-prefix-cls}-submenu-active { |
|
|
position: relative; |
|
|
position: relative; |
|
|
background: fade(@primary-color, 5); |
|
|
background-color: fade(@primary-color, 5); |
|
|
|
|
|
|
|
|
&::after { |
|
|
&::after { |
|
|
display: none; |
|
|
display: none; |
|
|
@ -244,7 +244,7 @@ |
|
|
left: 0; |
|
|
left: 0; |
|
|
width: 3px; |
|
|
width: 3px; |
|
|
height: 100%; |
|
|
height: 100%; |
|
|
background: @primary-color; |
|
|
background-color: @primary-color; |
|
|
content: ''; |
|
|
content: ''; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
@ -255,7 +255,7 @@ |
|
|
color: @menu-dark-subsidiary-color; |
|
|
color: @menu-dark-subsidiary-color; |
|
|
&-active:not(.@{menu-prefix-cls}-submenu) { |
|
|
&-active:not(.@{menu-prefix-cls}-submenu) { |
|
|
color: #fff !important; |
|
|
color: #fff !important; |
|
|
background: @primary-color !important; |
|
|
background-color: @primary-color !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
&:hover { |
|
|
&:hover { |
|
|
@ -276,7 +276,7 @@ |
|
|
left: 0; |
|
|
left: 0; |
|
|
width: 3px; |
|
|
width: 3px; |
|
|
height: 100%; |
|
|
height: 100%; |
|
|
background: @primary-color; |
|
|
background-color: @primary-color; |
|
|
content: ''; |
|
|
content: ''; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@ -301,7 +301,7 @@ |
|
|
&-dark&-vertical &-opened { |
|
|
&-dark&-vertical &-opened { |
|
|
.@{menu-prefix-cls}-submenu-has-parent-submenu { |
|
|
.@{menu-prefix-cls}-submenu-has-parent-submenu { |
|
|
.@{menu-prefix-cls}-submenu-title { |
|
|
.@{menu-prefix-cls}-submenu-title { |
|
|
background: transparent; |
|
|
background-color: transparent; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|