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 {
|
||||
.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,
|
||||
|
|
Reference in a new issue