fix(theme): hide native search input cancel button (#4723)

pull/4728/head
Artea 5 months ago committed by GitHub
parent 2c5fea5a69
commit 2c4944f06c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -663,6 +663,10 @@ function onMouseMove(e: MouseEvent) {
width: 100%;
}
.search-input::-webkit-search-cancel-button {
display: none;
}
@media (max-width: 767px) {
.search-input {
padding: 6px 4px;

Loading…
Cancel
Save