fix: sub menu background when dark compact (#24997)

This commit is contained in:
xrkffgg 2020-06-15 17:16:03 +08:00 committed by GitHub
parent 520fbca0f4
commit d8482546ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
.@{menu-prefix-cls} {
// dark theme
&&-dark,
&-dark &-sub {
&&-dark &-sub {
color: @menu-dark-color;
background: @menu-dark-bg;
.@{menu-prefix-cls}-submenu-title .@{menu-prefix-cls}-submenu-arrow {