diff --git a/resources/screen-common.less b/resources/screen-common.less index 6cf9c6f..3e79dd9 100644 --- a/resources/screen-common.less +++ b/resources/screen-common.less @@ -463,6 +463,16 @@ ul#filetoc { .toctoggle { color: @background3; } +// Remove brackets around the show/hide button of the TOC +body :not( :checked ) > .toctogglespan:before, +body :not( :checked ) > .toctogglespan:after { + content: ''; +} +.toctogglelabel { + padding-left: 0; // Overwrite label { padding-left: 0.5em; } from forms.less + margin-left: 0.5em; // Create new distance to the TOC title without increasing the focus ring +} + #toc li:last-child { margin-bottom: 0.5em; }