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 9fbaf3a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
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
7 changes: 7 additions & 0 deletions assets/scss/components/foundation/inlineList/_inlineList.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
// =============================================================================
// INLINE LIST (CSS)
// =============================================================================
// 1. It prevents from missing top outline on refine filters on focus;
//
// -----------------------------------------------------------------------------

ul.inlineList { // 1
overflow: visible;
@include clearfix;
}

.inlineList--labels {
margin-bottom: 0;
Expand Down

0 comments on commit 9fbaf3a

Please sign in to comment.