MOBILE-3833 chips: Do not make it look clickable

This commit is contained in:
Pau Ferrer Ocaña 2022-02-23 10:29:11 +01:00
parent 0c684f238e
commit 8ba7da0552

View File

@ -983,6 +983,12 @@ ion-chip {
min-height: 24px;
height: auto;
// Chips are not currently clickable.
&.ion-activatable {
cursor: auto;
pointer-events: none;
}
&.ion-color {
background: var(--ion-color-tint);
&.chip-outline {