Ver código fonte

style(theme.scss): 为.data-custom-tree-node添加悬停背景色

duy 4 meses atrás
pai
commit
faa0ae3b4d
1 arquivos alterados com 6 adições e 0 exclusões
  1. 6 0
      src/styles/app/theme.scss

+ 6 - 0
src/styles/app/theme.scss

@@ -41,6 +41,12 @@ html.dark {
     .data-custom-tree-node .menu-icon1 {
         background: hsla(0,0%,100%,0.46);
     }
+    .data-custom-tree-node{
+       
+        &:hover {
+            background-color: #000000;
+        }
+    }
     .data-custom-tree-node .menu-icon1 .cu-tree-node-popover-menu-icon {
         color: black;
     }