|
@@ -227,8 +227,19 @@ ol {
|
|
|
color: rgba(255, 255, 255, 0.45);
|
|
|
}
|
|
|
|
|
|
- .ant-menu-light.ant-menu-horizontal>.ant-menu-item-selected {
|
|
|
- color: rgba(255, 255, 255, 0.95)
|
|
|
+ .ant-menu-light {
|
|
|
+ .ant-menu-item {
|
|
|
+ color: rgba(255, 255, 255, 0.65);
|
|
|
+
|
|
|
+ &:not(.ant-menu-item-selected):not(.ant-menu-submenu-selected):hover {
|
|
|
+ color: rgba(255, 255, 255, 0.88);
|
|
|
+ background: rgba(255, 255, 255, 0.08);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ &.ant-menu-horizontal>.ant-menu-item-selected {
|
|
|
+ color: rgba(255, 255, 255, 0.95)
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|