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; vertical-align: baseline;
} }
:focus { pre:focus {
@include outline; @include outline;
} }

View File

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