kopia lustrzana https://github.com/shoelace-style/shoelace
				
				
				
			Use default check icon
							rodzic
							
								
									a9886851d5
								
							
						
					
					
						commit
						2fbd2af914
					
				| 
						 | 
				
			
			@ -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">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Ładowanie…
	
		Reference in New Issue