fix: ui
This commit is contained in:
parent
a26c6cff5b
commit
ded78eda67
|
@ -193,6 +193,7 @@ select {
|
|||
padding: 0 0.5em;
|
||||
justify-content: space-evenly;
|
||||
.text {
|
||||
height: 1.25em;
|
||||
padding: 0 0.5em;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -18,6 +18,9 @@
|
|||
fill: #ffffff;
|
||||
}
|
||||
}
|
||||
&:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
&.expanded {
|
||||
border-left: 3px solid var(--active-color);
|
||||
}
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
|
||||
.rstcustom__node {
|
||||
&:hover {
|
||||
background-color: rgba(0, 0, 0, 0.05);
|
||||
background-color: rgba(255, 255, 255, 0.025);
|
||||
}
|
||||
button {
|
||||
top: 0.75em;
|
||||
|
|
Loading…
Reference in New Issue
Block a user