Skip to content

Commit

Permalink
fix(storefront)bctheme-225:fix filter top outline on focus (#1829)
Browse files Browse the repository at this point in the history
Co-authored-by: BC-tymurbiedukhin <[email protected]>
  • Loading branch information
bc-alexsaiannyi and BC-tymurbiedukhin authored Oct 2, 2020
1 parent 5e4947d commit c2bd63e
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)
- Added immediate keyboard focus on write-a-review modal. [#1835](https://github.com/bigcommerce/cornerstone/pull/1835)
- Fixed VoiceOver focus is not sync with keyboard focus on Faceted Search.[#1826](https://github.com/bigcommerce/cornerstone/pull/1826)
- Add collapsed/expanded state announcement by screen reader to add-info button within shipping estimator. [#1844](https://github.com/bigcommerce/cornerstone/pull/1844)
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 c2bd63e

Please sign in to comment.