diff --git a/CHANGELOG.md b/CHANGELOG.md index 56aa78c48c..1e27300968 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/assets/scss/components/foundation/inlineList/_inlineList.scss b/assets/scss/components/foundation/inlineList/_inlineList.scss index c2fe893dea..8e925d7f0e 100644 --- a/assets/scss/components/foundation/inlineList/_inlineList.scss +++ b/assets/scss/components/foundation/inlineList/_inlineList.scss @@ -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;