mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
fix(segment): inner div no longer interferes with click events (#20522)
fixes #20381
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user