fix(button): disable pointer events in toolbar buttons

Closes #15623
This commit is contained in:
mhartington
2018-09-18 14:57:56 -04:00
parent 681981fc89
commit d145cae801
2 changed files with 1 additions and 1 deletions

View File

@ -46,6 +46,7 @@
color: var(--color);
font-family: $font-family-base;
pointer-events: auto;
text-align: center;
text-decoration: none;

View File

@ -27,6 +27,5 @@
@include margin-horizontal(2px, 2px);
pointer-events: auto;
}