Skip to content

Commit

Permalink
UX: Revert some search dropdown styles (#13274)
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomerobot committed Jun 4, 2021
1 parent 982eaab commit e3b0abc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/assets/stylesheets/common/base/search-menu.scss
Expand Up @@ -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;
}
Expand Down
1 change: 0 additions & 1 deletion app/assets/stylesheets/common/base/search.scss
@@ -1,6 +1,5 @@
.search-highlight {
font-weight: bold;
background: var(--highlight-medium);
}

.search-container {
Expand Down

0 comments on commit e3b0abc

Please sign in to comment.