Skip to content

Commit

Permalink
fix(storefront)bctheme-225:fix filter top outline on focus
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-alexsaiannyi committed Sep 9, 2020
1 parent 797b3da commit 790b378
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## Draft
- Fixed missing top outline on chosen filter's focused. [#1829](https://github.com/bigcommerce/cornerstone/pull/1829)
- Create unified focus styling in Cornerstone. [#1812](https://github.com/bigcommerce/cornerstone/pull/1812)
- Review link in quick modal focused twice. [#1797](https://github.com/bigcommerce/cornerstone/pull/1797)
- Fixed product image doesn't change on click when viewing a product with multiple images in IE11 [#1748](https://github.com/bigcommerce/cornerstone/pull/1748)
Expand Down
6 changes: 6 additions & 0 deletions assets/scss/components/foundation/inlineList/_inlineList.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
// =============================================================================
// INLINE LIST (CSS)
// =============================================================================
// 1. It prevents from missing top outline on refine filters on focus;
//
// -----------------------------------------------------------------------------

ul.inlineList { // 1
overflow: visible;
}

.inlineList--labels {
margin-bottom: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@
display: none;

@include breakpoint("medium") {
display: block; // 1
display: flex; // 1
flex-direction: column;
}
}

Expand Down

0 comments on commit 790b378

Please sign in to comment.