Skip to content

Commit

Permalink
improve tag remove button
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed Feb 19, 2022
1 parent e0ab8fc commit 0d3bcb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/resources/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions src/components/tag/tag.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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));
}
Expand Down

0 comments on commit 0d3bcb0

Please sign in to comment.