Skip to content

Commit 535839b

Browse files
authored
Restrict header highlighting to search form (#446)
1 parent cd72b48 commit 535839b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/frontend/main.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@
4949
--header-bg-classic: #000;
5050
--search-bg: #4d545d;
5151
--search-input-color: rgb(200, 200, 204);
52-
--header-link-bg-classic-hover: var(--text-color);
52+
.main-search__icon-trailing {
53+
--header-link-bg-classic-hover: var(--text-color);
54+
}
5355

5456
/* Breadcrumbs */
5557
--breadcrumbs-bar-background: hsl(240, 6%, 9%, 0.8);

0 commit comments

Comments
 (0)