From e3b0abc57597e8005fececd0ba4e259ecd4cf1ff Mon Sep 17 00:00:00 2001 From: Kris Date: Thu, 3 Jun 2021 22:54:22 -0400 Subject: [PATCH] UX: Revert some search dropdown styles (#13274) --- app/assets/stylesheets/common/base/search-menu.scss | 4 ++-- app/assets/stylesheets/common/base/search.scss | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/common/base/search-menu.scss b/app/assets/stylesheets/common/base/search-menu.scss index e521e17ec0..6598f189ed 100644 --- a/app/assets/stylesheets/common/base/search-menu.scss +++ b/app/assets/stylesheets/common/base/search-menu.scss @@ -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; } diff --git a/app/assets/stylesheets/common/base/search.scss b/app/assets/stylesheets/common/base/search.scss index ad8dfe77bd..d7e425e14d 100644 --- a/app/assets/stylesheets/common/base/search.scss +++ b/app/assets/stylesheets/common/base/search.scss @@ -1,6 +1,5 @@ .search-highlight { font-weight: bold; - background: var(--highlight-medium); } .search-container {