fix outline

This commit is contained in:
menduz 2022-10-03 17:39:46 -03:00
parent 609b93d014
commit 132b7eb9e1
No known key found for this signature in database
GPG Key ID: 78AC067F75AC1B64
2 changed files with 4 additions and 4 deletions

View File

@ -39,7 +39,7 @@ img {
vertical-align: baseline;
}
:focus {
pre:focus {
@include outline;
}

View File

@ -59,9 +59,9 @@
input[type="radio"]:checked + label + .book-tabs-content {
display: block;
}
input[type="radio"]:focus + label {
@include outline;
}
// input[type="radio"]:focus + label {
// @include outline;
// }
}
// {{< columns >}}