MOBILE-4065 a11y: Fix placeholder color
This commit is contained in:
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…
x
Reference in New Issue
Block a user