fixes #31
This commit is contained in:
parent
e6c8e6e501
commit
b05787de53
1 changed files with 7 additions and 5 deletions
|
@ -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,
|
||||||
|
|
Reference in a new issue