From a11def9c540d32ab33c464ae27697dece5ff6df5 Mon Sep 17 00:00:00 2001 From: sanjayk03-dev Date: Mon, 29 Jan 2024 03:21:52 +0530 Subject: [PATCH] css --- src/stylus/style.styl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/stylus/style.styl b/src/stylus/style.styl index c4a4919..375a3ef 100644 --- a/src/stylus/style.styl +++ b/src/stylus/style.styl @@ -664,7 +664,7 @@ span.unit .macros-tabs margin-top 5px - width 850px + width 860px clear both > input @@ -689,7 +689,10 @@ span.unit display none clear both - > input:checked ~ section:nth-child(n) + > input:checked ~ section + display none + + > input:checked ~ label + label ~ section display block [id^="tab"]:checked + label