fix: ui
This commit is contained in:
parent
a26c6cff5b
commit
ded78eda67
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user