mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(input): remove clear icon in edge
This commit is contained in:
committed by
Manu MA
parent
a8be5291bb
commit
59bee23734
@@ -96,6 +96,9 @@
|
||||
font-weight: inherit;
|
||||
}
|
||||
|
||||
&::-ms-clear {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -81,6 +81,10 @@
|
||||
font-family: inherit;
|
||||
font-weight: inherit;
|
||||
}
|
||||
|
||||
&::-ms-clear {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.alert-input:focus {
|
||||
|
||||
@@ -88,6 +88,10 @@
|
||||
&:-webkit-autofill {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
&::-ms-clear {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.native-input[disabled] {
|
||||
|
||||
@@ -93,7 +93,8 @@
|
||||
opacity: var(--placeholder-opacity);
|
||||
}
|
||||
|
||||
&::-webkit-search-cancel-button {
|
||||
&::-webkit-search-cancel-button,
|
||||
&::-ms-clear {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user