This commit is contained in:
Cory LaViska
2021-12-23 11:53:37 -05:00
parent 67f3a4b164
commit dd65778017
2 changed files with 3 additions and 6 deletions

View File

@@ -48,16 +48,12 @@ export default css`
pointer-events: none;
}
/* Clicks on icons shouldn't prevent the button from gaining focus */
.button::slotted(sl-icon) {
pointer-events: none;
}
.button__prefix,
.button__suffix {
flex: 0 0 auto;
display: flex;
align-items: center;
pointer-events: none;
}
.button__label ::slotted(sl-icon) {