From 1e614fa2bc78cb66036523636d9dfe947cc28502 Mon Sep 17 00:00:00 2001 From: tophf Date: Tue, 15 Dec 2020 01:52:10 +0300 Subject: [PATCH] don't count&title removed sections --- edit/edit.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edit/edit.css b/edit/edit.css index 454b4279..866d3477 100644 --- a/edit/edit.css +++ b/edit/edit.css @@ -335,7 +335,7 @@ input:invalid { #sections { counter-reset: codebox; } -#sections > .section > label { +#sections > .section:not(.removed) > label { padding: 0 0 4px 0; display: inline-block; font-size: 13px;