Lundalogik / lime-elements

Provides reusable web components for Lime CRM
https://lundalogik.github.io/lime-elements/versions/latest
Other
38 stars 12 forks source link

fix(chip-set): show clear all button #3001

Closed vicgeralds closed 1 month ago

vicgeralds commented 1 month ago

The clear all button was never shown when using recent version of Chrome or Edge.

This is because :not(.has-chips) .clear-all-button started matching when it didn't before. The selector needs to be more clear about which element containing the clear all button we're interested in.

Review:

Browsers tested:

(Check any that applies, it's ok to leave boxes unchecked if testing something didn't seem relevant.)

Windows:

Linux:

macOS:

Mobile:

github-actions[bot] commented 1 month ago

Documentation has been published to https://lundalogik.github.io/lime-elements/versions/PR-3001/

lime-opensource commented 1 month ago

:tada: This PR is included in version 37.44.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: