Skip to content

Commit

Permalink
Merge pull request #1177 from kumaravel95/develop
Browse files Browse the repository at this point in the history
chore: cursor pointer CSS added for search clear button
  • Loading branch information
anikethsaha authored May 16, 2020
2 parents aad80f9 + 699172d commit a117b2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/search/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ function style() {
appearance: none;
}
.search .clear-button {
cursor: pointer;
width: 36px;
text-align: right;
display: none;
Expand Down

0 comments on commit a117b2a

Please sign in to comment.