UX: Revert some search dropdown styles (#13274)

This commit is contained in:
Kris 2021-06-03 22:54:22 -04:00 committed by GitHub
parent 982eaab9b0
commit e3b0abc575
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -277,10 +277,10 @@
}
.topic-title {
display: inline-block;
color: var(--tertiary);
overflow-wrap: anywhere;
font-size: var(--font-up-1);
line-height: $line-height-medium;
@supports not (overflow-wrap: anywhere) {
word-break: break-word;
}

View File

@ -1,6 +1,5 @@
.search-highlight {
font-weight: bold;
background: var(--highlight-medium);
}
.search-container {