Change collapsed icon in menu for RTL pages (#354)

pull/356/head
xhdix 2021-06-21 21:18:14 +03:00 committed by GitHub
parent 379e311d7e
commit 0d2ed5586e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 1 deletions

View File

@ -135,6 +135,17 @@ ul.pagination {
}
}
// for RTL support
body[dir="rtl"] .book-menu {
input.toggle + label::after {
content: "";
}
input.toggle:checked + label::after {
content: "";
}
}
.book-section-flat {
margin-bottom: $padding-16 * 2;