fix(design-v2): !important on top-nav__tabs hide at mobile/tablet
CI / test (push) Has been cancelled

This commit is contained in:
2026-05-15 15:59:40 -04:00
parent f27c00b965
commit d554951077
9 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
&__sub { display: block !important; font-family: var(--font-accent-v2); }
// Hide the nav tabs at mobile/tablet — the bottom nav handles routing
&__tabs { display: none; }
&__tabs { display: none !important; }
&__tab {
color: var(--color-text-muted);