Skip to content

Commit f50f4b3

Browse files
- remove hover state from ionic theme chip;
1 parent c0a1b43 commit f50f4b3

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

core/src/components/chip/chip.ionic.scss

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -36,27 +36,6 @@
3636
@include globals.focused-state(null, null, var(--focus-ring-color));
3737
}
3838

39-
// Chip: Hover
40-
// ---------------------------------------------
41-
42-
@media (any-hover: hover) {
43-
:host(.chip-subtle:hover) {
44-
--background: #{globals.$ion-primitives-neutral-200};
45-
}
46-
47-
:host(.chip-bold:hover) {
48-
--background: #{globals.$ion-primitives-neutral-1100};
49-
}
50-
51-
:host(.chip-subtle.ion-color:hover) {
52-
background: globals.current-color(tint, $subtle: true);
53-
}
54-
55-
:host(.chip-bold.ion-color:hover) {
56-
background: globals.current-color(shade);
57-
}
58-
}
59-
6039
// Chip: Disabled
6140
// ---------------------------------------------
6241

0 commit comments

Comments
 (0)