mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2025-07-16 03:31:23 +00:00
fix outline
This commit is contained in:
parent
609b93d014
commit
132b7eb9e1
@ -39,7 +39,7 @@ img {
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
:focus {
|
||||
pre:focus {
|
||||
@include outline;
|
||||
}
|
||||
|
||||
|
@ -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 >}}
|
||||
|
Loading…
Reference in New Issue
Block a user