Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Commit

Permalink
fix: remove Edge's non-standard broken clear btn from filter (#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
pr3tori4n authored Nov 8, 2019
1 parent 1be461a commit 233acd6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/calcite-filter/calcite-filter.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ input[type="text"] {
transition: padding var(--calcite-app-animation-time-fast) var(--calcite-app-easing-function),
box-shadow var(--calcite-app-animation-time-fast) var(--calcite-app-easing-function);
width: 100%;
&::-ms-clear {
display: none;
}
}

.search-icon {
Expand Down

0 comments on commit 233acd6

Please sign in to comment.