Skip to content

Commit c9e4e8a

Browse files
committed
override default algolia styles [netlify-ignore]
1 parent 42d39f3 commit c9e4e8a

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)