mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 05:05:48 +08:00
parent
09fd564af9
commit
8e6e91b932
@ -204,6 +204,7 @@
|
|||||||
&-submenu {
|
&-submenu {
|
||||||
&-popup {
|
&-popup {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
border-radius: @border-radius-base;
|
||||||
}
|
}
|
||||||
|
|
||||||
> .@{menu-prefix-cls} {
|
> .@{menu-prefix-cls} {
|
||||||
@ -485,7 +486,6 @@
|
|||||||
&-dark &-sub {
|
&-dark &-sub {
|
||||||
color: @text-color-secondary-dark;
|
color: @text-color-secondary-dark;
|
||||||
background: @menu-dark-bg;
|
background: @menu-dark-bg;
|
||||||
box-shadow: 0 2px 8px rgba(0, 0, 0, .45) inset;
|
|
||||||
.@{menu-prefix-cls}-submenu-title .@{menu-prefix-cls}-submenu-arrow {
|
.@{menu-prefix-cls}-submenu-title .@{menu-prefix-cls}-submenu-arrow {
|
||||||
opacity: .45;
|
opacity: .45;
|
||||||
transition: all .3s;
|
transition: all .3s;
|
||||||
@ -498,6 +498,7 @@
|
|||||||
|
|
||||||
&-dark &-inline&-sub {
|
&-dark &-inline&-sub {
|
||||||
background: @menu-dark-submenu-bg;
|
background: @menu-dark-submenu-bg;
|
||||||
|
box-shadow: 0 2px 8px rgba(0, 0, 0, .45) inset;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-dark&-horizontal {
|
&-dark&-horizontal {
|
||||||
@ -575,7 +576,8 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&&-dark &-item-selected {
|
&&-dark &-item-selected,
|
||||||
|
&-submenu-popup&-dark &-item-selected {
|
||||||
background-color: @primary-color;
|
background-color: @primary-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user