only display separator when theres a visible tab

This commit is contained in:
mauro-balades
2024-09-30 16:45:49 +02:00
parent 7662707c84
commit 933e192e0c

View File

@@ -518,7 +518,7 @@
margin-bottom: 8px;
position: relative;
&::after {
&:has(tab:not([hidden]))::after {
bottom: -4px;
content: '';
display: block;