1
1
Fork 0
This commit is contained in:
Vrifox 2020-10-20 16:46:39 +02:00
parent e6c8e6e501
commit b05787de53

View file

@ -55,6 +55,13 @@
//.clip { //.clip {
.dTreeNode { .dTreeNode {
position: relative; position: relative;
&:first-of-type {
a.navSel {
background: transparent;
border-color: transparent;
color: $nom-blue;
}
}
&:hover { &:hover {
position: unset; position: unset;
} }
@ -67,11 +74,6 @@
background: $nom-blue; background: $nom-blue;
border-color: $nom-blue-dark; border-color: $nom-blue-dark;
color: rgb(255, 255, 255); color: rgb(255, 255, 255);
&:first-of-type {
background: transparent;
border-color: transparent;
color: $nom-blue;
}
} }
&.navSel, &.navSel,
&.node, &.node,