Tried to make chapter toggles a little smoother in FF

This commit is contained in:
Dan Brown
2018-09-22 16:36:35 +01:00
parent 07bc0612c0
commit 0931ff38e9
2 changed files with 21 additions and 17 deletions

View File

@ -178,7 +178,7 @@
display: none;
padding-left: 0;
}
.sub-menu.open {
[chapter-toggle].open + .sub-menu {
display: block;
}
}