From 16cbe6316486069ce49e108ddc33dafb0e716df8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Ferreira?= <60441552+JoaoFerreira-FrontEnd@users.noreply.github.com> Date: Tue, 2 Dec 2025 12:06:57 +0000 Subject: [PATCH] fix(chip): update cursor from chip of ionic theme (#30829) Issue number: internal --------- ## What is the new behavior? - change cursor to auto instead of pointer; ## Does this introduce a breaking change? - [ ] Yes - [x] No ## Other information [basic](https://ionic-framework-git-rou-12366v2-ionic1.vercel.app/src/components/chip/test/basic?ionic:theme=ionic) --- core/src/components/chip/chip.ionic.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/src/components/chip/chip.ionic.scss b/core/src/components/chip/chip.ionic.scss index 948545ac39..999fdf98f7 100644 --- a/core/src/components/chip/chip.ionic.scss +++ b/core/src/components/chip/chip.ionic.scss @@ -19,6 +19,8 @@ gap: globals.$ion-space-100; line-height: globals.$ion-font-line-height-full; + + cursor: auto; } // Outline Chip