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;
}
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
.form-control:focus,
.form-check-input:focus,
.form-select:focus {
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 */