mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
fix some missed focus styles
This commit is contained in:
parent
63aa7128a7
commit
f52d167da3
@ -79,10 +79,15 @@ svg.logo {
|
|||||||
.btn-check:focus + .btn,
|
.btn-check:focus + .btn,
|
||||||
.form-control:focus,
|
.form-control:focus,
|
||||||
.form-check-input:focus,
|
.form-check-input:focus,
|
||||||
.form-check-radio:focus {
|
.form-check-radio:focus,
|
||||||
|
.form-select:focus {
|
||||||
box-shadow: 0 0 0 0.25rem hsla(var(--ngx-green), var(--l), var(--ngx-focus-alpha));
|
box-shadow: 0 0 0 0.25rem hsla(var(--ngx-green), var(--l), var(--ngx-focus-alpha));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form-switch .form-check-input:focus {
|
||||||
|
background-image: escape-svg(url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='#bbb'/></svg>"));
|
||||||
|
}
|
||||||
|
|
||||||
.nav-link:focus-visible, .nav-item a:focus-visible {
|
.nav-link:focus-visible, .nav-item a:focus-visible {
|
||||||
outline: none;
|
outline: none;
|
||||||
background-color: var(--ngx-bg-darker);
|
background-color: var(--ngx-bg-darker);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user