Theme search results

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/19676/head
Joas Schilling 4 years ago
parent d7523c7f4e
commit 1f50e5ff24
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA

@ -38,7 +38,7 @@
}
tr {
&.result {
border-bottom: 1px solid $color-border;
border-bottom: 1px solid var(--color-border);
* {
cursor: pointer;
}
@ -48,7 +48,7 @@
}
&:hover,
&.current {
background-color: nc-darken($color-main-background, 3%);
background-color: var(--color-primary-light);
}
td {
padding: 5px 9px;
@ -79,13 +79,13 @@
}
.text {
white-space: normal;
color: #545454;
color: var(--color-primary-text);
}
.path {
opacity: 0.5;
}
.text em {
color: #545454;
color: var(--color-primary-text);
font-weight: bold;
opacity: 1;
}

Loading…
Cancel
Save