Use default check icon

pull/387/head
Cory LaViska 2021-03-22 11:35:50 -04:00
rodzic a9886851d5
commit 2fbd2af914
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -11,6 +11,7 @@ _During the beta period, these restrictions may be relaxed in the event of a mis
- Fixed a bug in `sl-animation` where `sl-cancel` and `sl-finish` events would never fire
- Fixed a bug where `sl-alert` wouldn't always transition properly
- Fixed a bug where using `sl-menu` inside a shadow root would break keyboard selections [#382](https://github.com/shoelace-style/shoelace/issues/382)
- Updated `sl-menu-item` checked icon to `check` instead of `check2`
## 2.0.0-beta.34

Wyświetl plik

@ -82,7 +82,7 @@ export default class SlMenuItem extends LitElement {
@mouseleave=${this.handleMouseLeave}
>
<span part="checked-icon" class="menu-item__check">
<sl-icon name="check2" aria-hidden="true"></sl-icon>
<sl-icon name="check" aria-hidden="true"></sl-icon>
</span>
<span part="prefix" class="menu-item__prefix">