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 {
.dTreeNode {
position: relative;
&:first-of-type {
a.navSel {
background: transparent;
border-color: transparent;
color: $nom-blue;
}
}
&:hover {
position: unset;
}
@ -67,11 +74,6 @@
background: $nom-blue;
border-color: $nom-blue-dark;
color: rgb(255, 255, 255);
&:first-of-type {
background: transparent;
border-color: transparent;
color: $nom-blue;
}
}
&.navSel,
&.node,