mirror of https://github.com/Chocobozzz/PeerTube
Fix radio button focus
parent
77c002f07f
commit
9c215124d1
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue