2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00

customize focus state

This commit is contained in:
Mark Otto
2017-05-28 22:23:27 -07:00
parent 9fc9977a25
commit 32153eb7cb
+5
View File
@@ -73,6 +73,11 @@
position: relative; // To contain the Algolia search
padding-top: 1rem;
padding-bottom: 1rem;
.form-control:focus {
border-color: $bd-purple-bright;
box-shadow: 0 0 0 3px rgba($bd-purple-bright, .25);
}
}
.bd-search-docs-toggle {