Fix checkbox outline
This commit is contained in:
parent
93aa85521a
commit
776ca9b1cc
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue