mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix checkbox outline
This commit is contained in:
parent
93aa85521a
commit
776ca9b1cc
@ -332,10 +332,10 @@
|
|||||||
|
|
||||||
@mixin peertube-checkbox ($border-width) {
|
@mixin peertube-checkbox ($border-width) {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
width: 0;
|
position: absolute;
|
||||||
|
|
||||||
&:focus + span {
|
&:focus + span {
|
||||||
outline: auto;
|
outline: 1px solid #1e5180;
|
||||||
}
|
}
|
||||||
|
|
||||||
& + span {
|
& + span {
|
||||||
|
Loading…
Reference in New Issue
Block a user