We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0a1b43 commit f50f4b3Copy full SHA for f50f4b3
core/src/components/chip/chip.ionic.scss
@@ -36,27 +36,6 @@
36
@include globals.focused-state(null, null, var(--focus-ring-color));
37
}
38
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
60
// Chip: Disabled
61
// ---------------------------------------------
62
0 commit comments