Skip to content

Commit

Permalink
Remove border from subnav dropdowns
Browse files Browse the repository at this point in the history
  • Loading branch information
bartaz committed Mar 13, 2020
1 parent af71fe4 commit 4e81d35
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions scss/_patterns_subnav.scss
Expand Up @@ -54,11 +54,6 @@
@include vf-icon-chevron($colors--dark-theme--border-high-contrast);
}

.p-subnav__items,
.p-subnav__items--right {
border-color: $colors--dark-theme--border-default;
}

.p-subnav__item {
@extend %subnav-item--dark-theme;
}
Expand All @@ -69,11 +64,6 @@
@include vf-icon-chevron($colors--light-theme--border-high-contrast);
}

.p-subnav__items,
.p-subnav__items--right {
border-color: $colors--light-theme--border-default;
}

.p-subnav__item {
@extend %subnav-item--light-theme;
}
Expand All @@ -83,11 +73,6 @@
@include vf-icon-chevron($colors--light-theme--border-high-contrast);
}

.p-subnav__items,
.p-subnav__items--right {
border-color: $colors--light-theme--border-default;
}

.p-subnav__item {
@extend %subnav-item--light-theme;
}
Expand All @@ -98,11 +83,6 @@
@include vf-icon-chevron($colors--dark-theme--border-high-contrast);
}

.p-subnav__items,
.p-subnav__items--right {
border-color: $colors--dark-theme--border-default;
}

.p-subnav__item {
@extend %subnav-item--dark-theme;
}
Expand All @@ -111,7 +91,6 @@

.p-subnav__items,
.p-subnav__items--right {
@extend %vf-is-bordered;
@extend %vf-has-box-shadow;
@extend %vf-has-round-corners;
display: none;
Expand All @@ -127,7 +106,6 @@
}

@media (max-width: $breakpoint-navigation-threshold) {
border: 0;
box-shadow: none;
}
}
Expand Down

0 comments on commit 4e81d35

Please sign in to comment.