Skip to content

Commit 704889b

Browse files
tryzniakmontogeek
authored andcommitted
fix(site) Fix search input appearance so it looks consistent across Safari, Chrome, Firefox (#2290)
1 parent 43998ef commit 704889b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/Navigation/Navigation.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@
114114
text-shadow: 0 0 0 getColor(concrete);
115115
transition:all 250ms;
116116

117+
-webkit-appearance: textfield;
118+
117119
&::-webkit-input-placeholder{
118120
color: lighten(getColor(fiord), 10%);
119121
text-shadow: none;

0 commit comments

Comments
 (0)