Skip to content

Commit

Permalink
Merge pull request #1739 from BC-tymurbiedukhin/BCTHEME-129
Browse files Browse the repository at this point in the history
fix(storefront): BCTHEME-129 Quick search aria hidden element should …
  • Loading branch information
BC-tymurbiedukhin authored Jul 28, 2020
2 parents e308783 + 908aa51 commit 8d3106f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/scss/components/stencil/navUser/_navUser.scss
Original file line number Diff line number Diff line change
Expand Up @@ -277,12 +277,14 @@
.dropdown--quickSearch {
background-color: $dropdown--quickSearch-backgroundColor;
padding: spacing("single") 0;
display: none;

@include breakpoint("small") {
padding: spacing("double");
}

&.is-open {
display: initial;
// scss-lint:disable ImportantRule
left: 0 !important; // 1
outline: none;
Expand Down

0 comments on commit 8d3106f

Please sign in to comment.