From c3aa6857c27f4008488db29f573d5dfcf3b33a78 Mon Sep 17 00:00:00 2001 From: Filip Znachor Date: Mon, 13 May 2024 12:58:03 +0200 Subject: [PATCH] Improved tabs --- src/tabs.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/tabs.css b/src/tabs.css index 2a66575..fe73328 100644 --- a/src/tabs.css +++ b/src/tabs.css @@ -7,7 +7,6 @@ position: absolute; opacity: 0; pointer-events: none; - visibility: none; } .tabs label { @@ -68,7 +67,6 @@ .tabs.tabs-full div { transition: background-color .2s; - border-radius: var(--synergy-border-radius); } .tabs.tabs-full div::after {