mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
Use default check icon
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user