Skip to content

Commit

Permalink
Merge pull request #52 from datopian/update/search-icon
Browse files Browse the repository at this point in the history
Search cross icon fixed on safari
  • Loading branch information
sneha-sharma12 committed Aug 4, 2024
2 parents 2c52d94 + 947b671 commit cc2a7cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions ckanext/ubdc/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -10904,8 +10904,7 @@ h4 small {
background: #c2410c;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
input[type=search]::-webkit-search-cancel-button {
-webkit-appearance: searchfield-cancel-button;
position: relative;
right: 20px;
Expand Down
3 changes: 1 addition & 2 deletions ckanext/ubdc/public/base/scss/_homepage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -563,8 +563,7 @@
background: $orange-shade;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: searchfield-cancel-button;
position: relative;
right: 20px;
Expand Down

0 comments on commit cc2a7cc

Please sign in to comment.