diff --git a/core/src/components/segment-button/segment-button.scss b/core/src/components/segment-button/segment-button.scss
index 1043095746..824e621c3d 100644
--- a/core/src/components/segment-button/segment-button.scss
+++ b/core/src/components/segment-button/segment-button.scss
@@ -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;
diff --git a/core/src/components/segment/test/basic/index.html b/core/src/components/segment/test/basic/index.html
index f678bc896e..78e83f82d6 100644
--- a/core/src/components/segment/test/basic/index.html
+++ b/core/src/components/segment/test/basic/index.html
@@ -164,6 +164,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
@@ -236,6 +248,24 @@