This commit is contained in:
menduz 2022-10-03 14:30:13 -03:00
parent 8056e9372f
commit 4f6ab8b112
No known key found for this signature in database
GPG Key ID: 78AC067F75AC1B64

View File

@ -48,13 +48,13 @@
.book-tabs-content {
order: 999; //Move content blocks to the end
width: 100%;
border-top: $padding-1 solid var(--gray-100);
border-top: $padding-1 solid var(--divider);
padding: $padding-16;
display: none;
}
input[type="radio"]:checked + label {
border-bottom: $padding-1 solid var(--color-link);
border-bottom: $padding-1 * 2 solid var(--primary);
}
input[type="radio"]:checked + label + .book-tabs-content {
display: block;