This commit is contained in:
cha0s 2020-06-28 13:06:46 -05:00
parent a26c6cff5b
commit ded78eda67
3 changed files with 5 additions and 1 deletions

View File

@ -193,6 +193,7 @@ select {
padding: 0 0.5em; padding: 0 0.5em;
justify-content: space-evenly; justify-content: space-evenly;
.text { .text {
height: 1.25em;
padding: 0 0.5em; padding: 0 0.5em;
} }
} }

View File

@ -18,6 +18,9 @@
fill: #ffffff; fill: #ffffff;
} }
} }
&:focus {
box-shadow: none;
}
&.expanded { &.expanded {
border-left: 3px solid var(--active-color); border-left: 3px solid var(--active-color);
} }

View File

@ -54,7 +54,7 @@
.rstcustom__node { .rstcustom__node {
&:hover { &:hover {
background-color: rgba(0, 0, 0, 0.05); background-color: rgba(255, 255, 255, 0.025);
} }
button { button {
top: 0.75em; top: 0.75em;