Skip to content

Commit

Permalink
add pointer-events none for slotted svgs in buttons and anchors to pr…
Browse files Browse the repository at this point in the history
…event focus rect on click
  • Loading branch information
chrisdholt committed Apr 9, 2021
1 parent cf84d4e commit f28cbf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/web-components/src/styles/patterns/button.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ export const BaseButtonStyles: ElementStyles = css`
replace when adaptive typography is figured out */ ''
} width: 16px;
height: 16px;
pointer-events: none;
}
.start {
Expand Down

0 comments on commit f28cbf2

Please sign in to comment.