Skip to content

Commit 32153eb

Browse files
committed
customize focus state
1 parent 9fc9977 commit 32153eb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/assets/scss/_sidebar.scss

+5
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@
7373
position: relative; // To contain the Algolia search
7474
padding-top: 1rem;
7575
padding-bottom: 1rem;
76+
77+
.form-control:focus {
78+
border-color: $bd-purple-bright;
79+
box-shadow: 0 0 0 3px rgba($bd-purple-bright, .25);
80+
}
7681
}
7782

7883
.bd-search-docs-toggle {

0 commit comments

Comments
 (0)