Fix checkbox outline

pull/1913/head
Chocobozzz 2019-06-05 09:25:44 +02:00
parent 93aa85521a
commit 776ca9b1cc
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 2 deletions

View File

@ -332,10 +332,10 @@
@mixin peertube-checkbox ($border-width) {
opacity: 0;
width: 0;
position: absolute;
&:focus + span {
outline: auto;
outline: 1px solid #1e5180;
}
& + span {