Merge pull request #1177 from kumaravel95/develop

chore: cursor pointer CSS added for search clear button
This commit is contained in:
Anix 2020-05-16 16:04:51 +05:30 committed by GitHub
commit a117b2aeb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,6 +52,7 @@ function style() {
appearance: none;
}
.search .clear-button {
cursor: pointer;
width: 36px;
text-align: right;
display: none;