🐛 Fix Button text color inside Menu

close #18752
This commit is contained in:
afc163 2019-09-16 13:48:02 +08:00
parent fc81c1330c
commit 7a964a075d

View File

@ -108,7 +108,7 @@
.@{iconfont-css-prefix} {
color: @menu-dark-selected-item-icon-color;
}
span {
.@{iconfont-css-prefix} + span {
color: @menu-dark-selected-item-text-color;
}
}