mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-14 00:50:14 -04:00
remove X from search in ie
This commit is contained in:
parent
d77f218122
commit
6a42588007
1 changed files with 5 additions and 0 deletions
|
@ -365,3 +365,8 @@
|
|||
#search-help table td {
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
// we don't need this X to clear field
|
||||
#search-term::-ms-clear {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue