Skip to content

Commit e192bc9

Browse files
authored
Darker background color for search suggestion options. (#8219)
1 parent 50a81d9 commit e192bc9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pkg/web_css/lib/src/_search.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
border: 1px solid #000;
114114
border-radius: 5px;
115115
max-height: 20em;
116-
background: var(--pub-searchbar_input-background-color);
116+
background: var(--pub-searchbar_suggest-background-color);
117117
color: var(--pub-searchbar_suggest-text-color);
118118
font-size: 16px;
119119
margin-left: 48px; // counter padding-left on .search-bar>.input

pkg/web_css/lib/src/_variables.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
--pub-searchbar-text-color: #8d9399;
8181
--pub-searchbar_input-background-color: #35404d;
8282
--pub-searchbar_input-text-color: var(--pub-color-white);
83+
--pub-searchbar_suggest-background-color: #25303d;
8384
--pub-searchbar_suggest_hover-background-color: #455060;
8485
--pub-searchbar_suggest-text-color: #a9a9a9;
8586
--pub-session_warning-background-color: #ffffaa;

0 commit comments

Comments
 (0)