pull/818/head
Cory LaViska 2022-07-05 08:58:11 -04:00
rodzic 3c920cfed2
commit 96ab3146be
3 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -97,6 +97,7 @@
"Roboto",
"saturationl",
"Schilp",
"scrollbars",
"Segoe",
"semibold",
"slotchange",

Wyświetl plik

@ -12,6 +12,7 @@ _During the beta period, these restrictions may be relaxed in the event of a mis
- 🚨 BREAKING: Moved the `checked-icon` and `indeterminate-icon` parts from a wrapper `<span>` to the `<svg>` in `<sl-checkbox>` [#786](https://github.com/shoelace-style/shoelace/issues/786)
- 🚨 BREAKING: Moved the `checked-icon` part from a wrapper `<span>` to the `<svg>` in `<sl-radio>` [#786](https://github.com/shoelace-style/shoelace/issues/786)
- Fixed a bug that caused `<sl-select>` to sometimes have two vertical scrollbars [#814](https://github.com/shoelace-style/shoelace/issues/814)
## 2.0.0-beta.77

Wyświetl plik

@ -14,6 +14,10 @@ export default css`
display: block;
}
.select::part(panel) {
overflow: hidden;
}
.select__control {
display: inline-flex;
align-items: center;