From adbab0e1624b5e094530703626597190a22c96a0 Mon Sep 17 00:00:00 2001 From: Isarra Date: Sat, 25 Nov 2017 23:39:51 +0000 Subject: [PATCH] Revert "Remove brackets around new toctoggle" This reverts commit 366f80701b873b2193edb5e0fe54cb6b98b447d7. Change-Id: I96e6cdf7739a21ed3a1d86fb37ee863d867d6dbb --- resources/screen-common.less | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/resources/screen-common.less b/resources/screen-common.less index 0e0a8e9..62030a7 100644 --- a/resources/screen-common.less +++ b/resources/screen-common.less @@ -461,16 +461,6 @@ 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; }