MOBILE-3320 ios: Make checkboxes look square
parent
1edcae5188
commit
f199d1a2d1
|
@ -614,9 +614,13 @@ ion-modal:focus-visible {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
ion-input .native-input{
|
ion-input .native-input {
|
||||||
&:focus, &:focus-visible {
|
&:focus, &:focus-visible {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ion-checkbox {
|
||||||
|
--border-radius: 2px;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue