chore: update box-shadow
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Baoshuo Ren 2023-02-07 13:34:24 +08:00
parent e1e481c2f7
commit 58ba28d9b9
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -253,10 +253,22 @@ form.form-horizontal {
margin-bottom: 1rem; margin-bottom: 1rem;
} }
.form-inline .form-control { .form-control:focus,
display: inline-block; .form-check-input:focus,
width: auto; .form-select:focus {
vertical-align: middle; box-shadow: 0 0 0 0.125rem rgb(13 110 253 / 25%);
}
.accordion {
--bs-accordion-btn-focus-box-shadow: 0 0 0 0.125rem rgb(13 110 253 / 25%);
}
.btn {
--bs-btn-focus-box-shadow: 0 0 0 0.125rem rgb(13 110 253 / 25%);
}
.pagination {
--bs-pagination-btn-focus-box-shadow: 0 0 0 0.125rem rgb(13 110 253 / 25%);
} }
/* User accepted problems list */ /* User accepted problems list */