MOBILE-3833 chips: Do not make it look clickable

main
Pau Ferrer Ocaña 2022-02-23 10:29:11 +01:00
parent 0c684f238e
commit 8ba7da0552
1 changed files with 6 additions and 0 deletions

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 {