MOBILE-4065 a11y: Fix placeholder color
parent
8dbbba67e6
commit
f7796700a7
|
@ -1564,6 +1564,11 @@ ion-modal:focus-visible {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input {
|
||||||
|
--placeholder-color: var(--ion-placeholder-color);
|
||||||
|
--placeholder-opacity: .85;
|
||||||
|
}
|
||||||
|
|
||||||
ion-input .native-input {
|
ion-input .native-input {
|
||||||
&:focus, &:focus-visible {
|
&:focus, &:focus-visible {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
|
Loading…
Reference in New Issue