mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix radio button focus
This commit is contained in:
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
Block a user