Skip to content

Commit

Permalink
fix: 部分浏览器搜索框两个×
Browse files Browse the repository at this point in the history
  • Loading branch information
BearBin1215 authored Jul 28, 2023
1 parent 00acd28 commit bc5107c
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -213,3 +213,8 @@ aside#moe-global-siderail #moe-custom-sidenav-block h2 {
display: inline;
}
}

/* chrome等浏览器搜索框两个叉 */
.n-input__input-el::-webkit-search-cancel-button{
display: none;
}

0 comments on commit bc5107c

Please sign in to comment.