Skip to content

Commit f2385dc

Browse files
committed
hide webkit search cancel button
1 parent ed61389 commit f2385dc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

apps/daffio/src/app/docs/search/components/search-field/search-field.component.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,9 @@
1515
outline: none;
1616
margin: 0;
1717
padding: 1.25rem 1rem;
18+
19+
&::-webkit-search-cancel-button {
20+
display: none;
21+
}
1822
}
1923
}

0 commit comments

Comments
 (0)