Skip to content

Commit 6686b35

Browse files
author
markzegarelli
authored
Merge pull request #1513 from segmentio/fix_searchbox_style
Fix search box style
2 parents 42d39f3 + c9e4e8a commit 6686b35

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/_sass/components/_search.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
line-height: 1.5;
1515
font-size: 12px;
1616
font-family: "SF Pro Text", BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
17-
border: 1px solid #d8dae5;
1817
background-color: #ffffff;
1918
color: #474d66;
2019
border-radius: 4px;
@@ -23,9 +22,11 @@
2322
width: 100%;
2423
}
2524

26-
.aa-Input:focus{
25+
.aa-Form:focus-within{
2726
box-shadow: 0 0 5px #2952cc;
2827
transition: all 0.30s ease-in-out;
28+
outline: none;
29+
border: 1px solid rgba(128,126,163,.8);
2930
}
3031

3132
.aa-dataset-article {

0 commit comments

Comments
 (0)