remove contain:strict

pull/1128/head
Cory LaViska 2023-01-18 09:07:37 -05:00
rodzic 4a3f2caf59
commit efd944d822
2 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -27,6 +27,7 @@ New versions of Shoelace are released as-needed and generally occur when a criti
- Fixed a bug that prevented the entire `<sl-tab-panel>` to be hidden when inactive
- Fixed a bug that caused the value of `<sl-radio-group>` to be `undefined` depending on where the radio was activated [#1134](https://github.com/shoelace-style/shoelace/issues/1134)
- Fixed a bug that caused body content to shift when scroll locking was enabled [#1132](https://github.com/shoelace-style/shoelace/issues/1132)
- Fixed a bug in `<sl-icon>` that caused icons to sometimes be clipped in Safari
- Refactored the `ShoelaceFormControl` interface to remove the `invalid` property, allowing a more intuitive API for controlling validation internally
- Renamed the internal `FormSubmitController` to `FormControlController` to better reflect what it's used for
- Updated Lit to 2.6.1

Wyświetl plik

@ -8,7 +8,6 @@ export default css`
display: inline-block;
width: 1em;
height: 1em;
contain: strict;
box-sizing: content-box !important;
}