MOBILE-3833 chips: Do not make it look clickable
parent
0c684f238e
commit
8ba7da0552
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue