mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
improve tag remove button
This commit is contained in:
@@ -15,6 +15,7 @@ _During the beta period, these restrictions may be relaxed in the event of a mis
|
||||
- Fixed a bug that caused the active tab indicator in `<sl-tab-group>` to render incorrectly when used inside an element that animates [#671](https://github.com/shoelace-style/shoelace/pull/671)
|
||||
- Fixed a bug that allowed values in `<sl-range>` to be invalid according to its `min|max|step` [#674](https://github.com/shoelace-style/shoelace/issues/674)
|
||||
- Fixed a bug that allowed `<sl-dropdown>` to go into an incorrect state when activating the trigger while disabled [#684](https://github.com/shoelace-style/shoelace/pull/684)
|
||||
- Improved the size of the remove button in `<sl-tag>`
|
||||
- Updated Lit to 2.1.4
|
||||
- Updated all other dependencies to latest versions
|
||||
|
||||
|
||||
@@ -96,6 +96,7 @@ export default css`
|
||||
}
|
||||
|
||||
.tag__remove {
|
||||
font-size: 1.4em;
|
||||
margin-left: var(--sl-spacing-2x-small);
|
||||
margin-right: calc(-1 * var(--sl-spacing-x-small));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user