When an icon is intended as text, it shouldn't have pointer events

This prevents the svg from being a target in click events.
This commit is contained in:
Michael Lange 2020-06-17 00:17:29 -07:00
parent f9819105c3
commit b4b00282dd
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ $icon-dimensions-large: 2rem;
&.is-text {
width: 1.2em;
height: 1.2em;
pointer-events: none;
}
&.is-small {