Skip to content

Commit ef7820e

Browse files
committed
Merge branch 'next' of github.com:ionic-team/ionic-framework into test-hash
2 parents d794056 + 707f02d commit ef7820e

File tree

4 files changed

+0
-22
lines changed

4 files changed

+0
-22
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

core/src/components/header/header.ionic.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
// --------------------------------------------------
66

77
ion-header {
8-
box-shadow: #{globals.$ion-elevation-2};
98
z-index: 10; // TODO(ROU-10853): replace this value with a layer token.
109

1110
&.header-divider {
-495 Bytes
Loading
-564 Bytes
Loading

0 commit comments

Comments
 (0)