editor: remove unused code
[fnpeditor.git] / src / editor / modules / nodeFamilyTree / nodeFamilyTree.less
diff --git a/src/editor/modules/nodeFamilyTree/nodeFamilyTree.less b/src/editor/modules/nodeFamilyTree/nodeFamilyTree.less
deleted file mode 100644 (file)
index 6b4dc77..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-.rng-module-nodeFamilyTree {
-    overflow-y: scroll;
-    max-height: 150px;
-    width:100%;
-    margin-top:10px;
-
-    table {
-        width: 90%;
-        margin: 0;
-    
-        tr {
-            td:nth-child(1) {
-                width: 30%;
-            }
-            td:nth-child(2) {
-                width: 70%;
-            }
-            td ul {
-                list-style-type: none;
-                margin: 0;
-            }
-            
-        }
-    }
-    
-    &::-webkit-scrollbar {
-        .rng-mixin-scrollbar;
-    }
-    &::-webkit-scrollbar-track {
-        .rng-mixin-scrollbar-track;
-    }
-    &::-webkit-scrollbar-thumb {
-        .rng-mixin-scrollbar-thumb;
-    }
-    &::-webkit-scrollbar-thumb:window-inactive {
-        .rng-mixin-scrollbar-thumb-window-inactive;
-    }
-}
\ No newline at end of file