Improved tabs

This commit is contained in:
Filip Znachor 2024-05-13 12:58:03 +02:00
parent bb95de0ab0
commit c3aa6857c2

View file

@ -7,7 +7,6 @@
position: absolute; position: absolute;
opacity: 0; opacity: 0;
pointer-events: none; pointer-events: none;
visibility: none;
} }
.tabs label { .tabs label {
@ -68,7 +67,6 @@
.tabs.tabs-full div { .tabs.tabs-full div {
transition: background-color .2s; transition: background-color .2s;
border-radius: var(--synergy-border-radius);
} }
.tabs.tabs-full div::after { .tabs.tabs-full div::after {