Skip to content

Commit

Permalink
Comment in search bar fix.
Browse files Browse the repository at this point in the history
Signed-off-by: Mirjam Aulbach <mirjam.aulbach@aiven.io>
  • Loading branch information
programmiri committed Nov 20, 2023
1 parent d30aef8 commit 1265d00
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions coral/src/app/main.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ body {
}

/*!* removes the "x" in search inputs from webkit *!*/
/*input[type="search"]::-webkit-search-decoration,*/
/*input[type="search"]::-webkit-search-cancel-button,*/
/*input[type="search"]::-webkit-search-results-button,*/
/*input[type="search"]::-webkit-search-results-decoration {*/
/* display: none;*/
/*}*/
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
display: none;
}

/*Override custom CSS variables DS*/
:root {
Expand Down

0 comments on commit 1265d00

Please sign in to comment.