fix(design-v2): !important on top-nav__tabs hide at mobile/tablet
CI / test (push) Has been cancelled
CI / test (push) Has been cancelled
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user