4
0
mirror of https://github.com/iczer/vue-antd-admin.git synced 2025-06-17 08:59:19 +08:00
vue-antd-admin/src/theme/antd/ant-menu.less
chenghongxing 7bfb900e59 fix: problem of tooltip color in collapsed menu; 🐛
修复:折叠菜单下的气泡提示窗文字颜色问题;
2020-09-26 15:13:38 +08:00

3 lines
69 B
Plaintext

.ant-menu-inline-collapsed-tooltip a{
color: @text-color-inverse;
}