mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-23 21:53:25 +02:00
customize focus state
This commit is contained in:
@@ -73,6 +73,11 @@
|
|||||||
position: relative; // To contain the Algolia search
|
position: relative; // To contain the Algolia search
|
||||||
padding-top: 1rem;
|
padding-top: 1rem;
|
||||||
padding-bottom: 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 {
|
.bd-search-docs-toggle {
|
||||||
|
Reference in New Issue
Block a user