Skip to content

Commit 923e885

Browse files
Adamik10spaceo
authored andcommitted
Use white color background for header input field and no focus outline.
Following the newest Figma UX/UI for the project.
1 parent 4efdca0 commit 923e885

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/stories/header/header.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,12 @@
149149
::placeholder {
150150
color: $c-text-secondary-gray;
151151
}
152+
153+
&:focus {
154+
background-color: $c-text-primary-white;
155+
border: 0 solid transparent;
156+
outline: none;
157+
}
152158
}
153159

154160
.header__menu-search-icon {

0 commit comments

Comments
 (0)