From c6f6f8f895e68f2d85ca681997ef613d982bac14 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Fri, 20 Oct 2023 14:06:48 +0200 Subject: refactor(components): rewrite NavList component * extract NavItem from NavList * remove `kind` and `listClassName` props (since the consumer has control over NavList, NavItem and NavLink components these props are obsolete) --- src/components/organisms/toolbar/main-nav.module.scss | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/components/organisms/toolbar/main-nav.module.scss') diff --git a/src/components/organisms/toolbar/main-nav.module.scss b/src/components/organisms/toolbar/main-nav.module.scss index 1b6b110..bedf38e 100644 --- a/src/components/organisms/toolbar/main-nav.module.scss +++ b/src/components/organisms/toolbar/main-nav.module.scss @@ -43,16 +43,6 @@ } } - .modal__list { - display: flex; - - @include mix.media("screen") { - @include mix.dimensions("sm", "md") { - flex-flow: column; - } - } - } - .checkbox { &:checked { ~ .label .icon { -- cgit v1.2.3