improve tag remove button

pull/687/head
Cory LaViska 2022-02-19 12:23:16 -05:00
rodzic e0ab8fc8e2
commit 0d3bcb0b2c
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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));
}