mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
fixes #626
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user