Skip to content

Commit 42a9afe

Browse files
fix: ensure gap between SearchField input and button is transparent (#4006)
1 parent bbbdb2f commit 42a9afe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/SearchField/index.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@
9191
&.pgn__searchfield--external {
9292
border: none;
9393

94+
.pgn__searchfield-form {
95+
background-color: transparent;
96+
}
97+
9498
&.has-focus {
9599
box-shadow: none;
96100

@@ -112,6 +116,7 @@
112116
display: flex;
113117
align-items: center;
114118
width: 100%;
119+
background-color: var(--pgn-color-search-field-form-bg);
115120
border: var(--pgn-size-search-field-border-width-base) solid var(--pgn-color-search-field-border-base);
116121

117122
&:hover,

0 commit comments

Comments
 (0)