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:
parent
f9819105c3
commit
b4b00282dd
|
@ -15,6 +15,7 @@ $icon-dimensions-large: 2rem;
|
|||
&.is-text {
|
||||
width: 1.2em;
|
||||
height: 1.2em;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
&.is-small {
|
||||
|
|
Loading…
Reference in New Issue