Skip to content

Commit 90a7e7c

Browse files
thetaPCShaneK
andauthored
fix(chip): remove exta colon
Co-authored-by: Shane <shane@shanessite.net>
1 parent e33f65e commit 90a7e7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/components/chip/chip.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169

170170
@media (any-hover: hover) {
171171
// Default: Hover
172-
:host(.chip-hue-bold.chip-fill-outline::hover) {
172+
:host(.chip-hue-bold.chip-fill-outline:hover) {
173173
background: var(--ion-chip-hue-bold-outline-hover-background, var(--ion-chip-hue-bold-outline-default-background));
174174
}
175175
}

0 commit comments

Comments
 (0)