MOBILE-3833 chips: Do not make it look clickable
parent
0c684f238e
commit
8ba7da0552
|
@ -983,6 +983,12 @@ ion-chip {
|
||||||
min-height: 24px;
|
min-height: 24px;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
|
||||||
|
// Chips are not currently clickable.
|
||||||
|
&.ion-activatable {
|
||||||
|
cursor: auto;
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
|
||||||
&.ion-color {
|
&.ion-color {
|
||||||
background: var(--ion-color-tint);
|
background: var(--ion-color-tint);
|
||||||
&.chip-outline {
|
&.chip-outline {
|
||||||
|
|
Loading…
Reference in New Issue