* refactor: rename css class name to follow the code specification.

This commit is contained in:
Hao Sun
2021-11-11 10:36:20 +08:00
parent e257cb37ce
commit 467201be5d
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -45,6 +45,6 @@
.tree li>.list-toggle {left: -4px; top: 0;}
.tree-group {position: relative;}
.tree-group > .module-name {white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 100%; display: block;}
.tree-group .treeActions {display: none; position: absolute; right: 0; top: 0; background-color: #fff; white-space: nowrap;}
.tree-group .tree-actions {display: none; position: absolute; right: 0; top: 0; background-color: #fff; white-space: nowrap;}
.tree-group:hover > .module-name {width: calc(100% - 20px);}
.tree-group:hover .treeActions {display: block}
.tree-group:hover .tree-actions {display: block}