diff --git a/src/client/index.html b/src/client/index.html index dd9e45dc1..23237ab89 100644 --- a/src/client/index.html +++ b/src/client/index.html @@ -99,11 +99,6 @@ display: none; } } - - /* display:none if child has class parent-hidden since we can't use shadow DOM in Lit due to Tailwind */ - *:has(> .parent-hidden) { - display: none; - }