fix: problem of tooltip color in collapsed menu; 🐛

修复:折叠菜单下的气泡提示窗文字颜色问题;
This commit is contained in:
chenghongxing 2020-09-26 15:13:38 +08:00
parent d593670835
commit 7bfb900e59
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,3 @@
.ant-menu-inline-collapsed-tooltip a{
color: @text-color-inverse;
}

View File

@ -1,3 +1,4 @@
@import "ant-time-picker";
@import "ant-message";
@import "ant-table";
@import "ant-menu";