Fix radio button focus
This commit is contained in:
parent
77c002f07f
commit
9c215124d1
|
@ -453,6 +453,10 @@
|
||||||
font-size: $form-input-font-size;
|
font-size: $form-input-font-size;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[type=radio]:focus-visible + label::before {
|
||||||
|
outline: 2px solid;
|
||||||
|
}
|
||||||
|
|
||||||
[type=radio]:checked,
|
[type=radio]:checked,
|
||||||
[type=radio]:not(:checked) {
|
[type=radio]:not(:checked) {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
Loading…
Reference in New Issue