Fix radio button focus

pull/6449/head
Chocobozzz 2024-06-10 14:27:16 +02:00
parent 77c002f07f
commit 9c215124d1
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 4 additions and 0 deletions

View File

@ -453,6 +453,10 @@
font-size: $form-input-font-size;
}
[type=radio]:focus-visible + label::before {
outline: 2px solid;
}
[type=radio]:checked,
[type=radio]:not(:checked) {
position: absolute;