Fix double search cancel button in Tampermonkey and WebKit.
This commit is contained in:
parent
f84f301336
commit
5ffb3a589d
@ -630,10 +630,10 @@ div[data-checked="false"] > .suboption-list {
|
||||
left: -1em;
|
||||
width: 0;
|
||||
}
|
||||
<% if (type === 'crx') { %>
|
||||
/* ``::-webkit-*'' selectors break selector lists on Firefox. */
|
||||
#index-search::-webkit-search-cancel-button,
|
||||
<% } %>
|
||||
#index-search::-webkit-search-cancel-button {
|
||||
display: none;
|
||||
}
|
||||
#index-search:not([data-searching]) + #index-search-clear {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user