kopia lustrzana https://github.com/shoelace-style/shoelace
Merge branch 'next' of https://github.com/shoelace-style/shoelace into next
commit
c5555ab5fe
|
@ -184,7 +184,10 @@ export default class SlCheckbox extends ShoelaceElement implements ShoelaceFormC
|
||||||
@focus=${this.handleFocus}
|
@focus=${this.handleFocus}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<span part="control" class="checkbox__control">
|
<span
|
||||||
|
part="control${this.checked ? ' control--checked' : ''}${this.indeterminate ? ' control--indeterminate' : ''}"
|
||||||
|
class="checkbox__control"
|
||||||
|
>
|
||||||
${this.checked
|
${this.checked
|
||||||
? html`
|
? html`
|
||||||
<sl-icon part="checked-icon" class="checkbox__checked-icon" library="system" name="check"></sl-icon>
|
<sl-icon part="checked-icon" class="checkbox__checked-icon" library="system" name="check"></sl-icon>
|
||||||
|
|
Ładowanie…
Reference in New Issue