Skip to content
Snippets Groups Projects
Commit d150cc8f authored by Elmar Ludwig's avatar Elmar Ludwig
Browse files

use scoped CSS for toc lables, fixes #473

parent 6c24e867
No related branches found
No related tags found
No related merge requests found
......@@ -56,10 +56,6 @@
.contentbar-icons {
display: flex;
label, .consuming_mode_trigger, nav {
align-self: center;
}
.consuming_mode_trigger {
@media (max-width: 767px) {
display: none !important;
......
......@@ -10,15 +10,6 @@ ul.numberedchapters {
}
}
label {
cursor: pointer;
margin-top: 7px;
}
label[for=cb-toc], label[for=cb-fullscreen] {
}
#cb-toc, #cb-toc-close {
visibility: hidden;
display: none;
......@@ -76,6 +67,8 @@ label[for=cb-toc], label[for=cb-fullscreen] {
align-items: center;
label {
cursor: pointer;
margin-top: 7px;
margin-right: 15px;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment