web/Switcher: add box-shadow to active item

This commit is contained in:
wukko 2025-02-27 20:41:11 +06:00
parent 96142a3a0c
commit 64680e162a
No known key found for this signature in database
GPG Key ID: 3E30B3F26C7B4AA2

View File

@ -87,6 +87,10 @@
background-color: transparent;
}
.switcher.big :global(.button:active:not(.active)) {
box-shadow: var(--button-box-shadow);
}
.switcher:not(.big) :global(.button:not(:first-child, :last-child)) {
border-radius: 0;
}