fix(segment): inner div no longer interferes with click events (#20522)

fixes #20381
This commit is contained in:
Liam DeBeasi
2020-02-19 09:40:10 -05:00
committed by GitHub
parent 3252c2f8dc
commit 06b828b4ff
2 changed files with 33 additions and 1 deletions

View File

@ -72,6 +72,8 @@
white-space: nowrap;
font-kerning: none;
cursor: pointer;
}
.button-native {
@ -107,7 +109,7 @@
background: transparent;
contain: content;
cursor: pointer;
pointer-events: none;
overflow: hidden;