Skip to content
Snippets Groups Projects
Commit e11f24b2 authored by Chris Lawton's avatar Chris Lawton
Browse files

removing nav dropdown css as it's not required

parent cbaacfe1
No related branches found
No related tags found
No related merge requests found
...@@ -36,11 +36,6 @@ ...@@ -36,11 +36,6 @@
&.is-visible { &.is-visible {
transform: translate3d(0%, 0%, 0); transform: translate3d(0%, 0%, 0);
} }
@include media-query(tablet-portrait) {
// @todo - desktop dropdown styles
display: none;
}
} }
&--tertiary { &--tertiary {
...@@ -170,11 +165,4 @@ ...@@ -170,11 +165,4 @@
} }
} }
} }
&__icon {
@include media-query(tablet-landscape) {
// @todo - desktop dropdown styles
display: none;
}
}
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment