Fix toggle button size in Safari

pull/481/head
Cory LaViska 2020-12-29 15:40:04 -05:00
rodzic 7ad4f55a89
commit e04aeb62d9
2 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -12,6 +12,7 @@ _During the beta period, these restrictions may be relaxed in the event of a mis
- Removed ~400 baked-in Animista animations because they were causing ~200KB of bloat (they can still be used with custom keyframes)
- Reworked animations into a separate module ([`@shoelace-style/animations`](https://github.com/shoelace-style/animations)) so it's more maintainable and animations are sync with the latest version of animate.css
- Animation and easing names are now camelcase (e.g. `easeInOut` instead of `ease-in-out`)
- Fixed a bug in `sl-color-picker` where the toggle button was smaller than the preview button in Safari
## 2.0.0-beta.25

Wyświetl plik

@ -216,7 +216,9 @@
}
sl-button {
width: 3.125rem;
min-width: 3.125rem;
max-width: 3.125rem;
font-size: 1rem;
margin-left: var(--sl-spacing-small);
}
}