đź“‘ CSS to only the show the title of the active tab (Tab component)

CleanShot 2025-09-28 at 20.52.41

.mobileTabs [aria-selected=“false”] [class*=“wire-tab-navigation-bar”] {
display:none;
}
5 Likes

this is lovely!

Petitto for the win.

So cool.

Small tip for big UI enhancement! Thank you, Robert, I love it!