mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
style(TabbedContainer): remove border from selected buttons
This commit is contained in:
@@ -54,7 +54,7 @@
|
|||||||
/>
|
/>
|
||||||
{#each tabs as { title }, index}
|
{#each tabs as { title }, index}
|
||||||
<button
|
<button
|
||||||
class="relative z-10 flex-1 px-4 py-2"
|
class="relative z-10 flex-1 px-4 py-2 focus-visible:outline-none"
|
||||||
onclick={() => activeTab = index}
|
onclick={() => activeTab = index}
|
||||||
onmouseenter={() => hoveredTab = index}
|
onmouseenter={() => hoveredTab = index}
|
||||||
onmouseleave={() => hoveredTab = null}
|
onmouseleave={() => hoveredTab = null}
|
||||||
|
|||||||
Reference in New Issue
Block a user