From 92db4dfff61233142eb5c6362c7a3e45c9bc91cf Mon Sep 17 00:00:00 2001 From: jordi fita mas Date: Fri, 22 Dec 2023 04:12:03 +0100 Subject: [PATCH] Only hide immediate children of label[x-show] Otherwise, it affects the ones inside CKEditor --- web/static/camper.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/static/camper.css b/web/static/camper.css index 1ea2391..1d3d956 100644 --- a/web/static/camper.css +++ b/web/static/camper.css @@ -671,6 +671,6 @@ textarea { background-color: var(--camper--color--hay); } -label[x-show] span, label[x-show] br { +label[x-show] > span, label[x-show] > br { display: none; }