wjx 18 hodín pred
rodič
commit
277b9cad19
1 zmenil súbory, kde vykonal 13 pridanie a 2 odobranie
  1. 13 2
      src/global.less

+ 13 - 2
src/global.less

@@ -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)
+      }
     }
   }
 }