Skip to content

Commit a0be23e

Browse files
committed
DOC-131 lil css focus update
1 parent df4f624 commit a0be23e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/_sass/components/_search.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
width: 100%;
1515
}
1616

17+
.aa-input:focus{
18+
box-shadow: 0 0 5px #2952cc;
19+
transition: all 0.30s ease-in-out;
20+
}
21+
1722
.aa-dataset-article {
1823
background-color: white;
1924
border: 1px solid #ddd;

0 commit comments

Comments
 (0)