UX: Revert some search dropdown styles (#13274)
This commit is contained in:
parent
982eaab9b0
commit
e3b0abc575
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
.search-highlight {
|
||||
font-weight: bold;
|
||||
background: var(--highlight-medium);
|
||||
}
|
||||
|
||||
.search-container {
|
||||
|
|
Loading…
Reference in New Issue