mirror of
https://github.com/zotero/zotero.git
synced 2026-08-28 05:25:31 +00:00
fx153: Hide the native clear button in search fields
Firefox now creates a clear button for <input type="search"> in chrome documents regardless of layout.forms.input-type-search.enabled (bug 1655503), which doubled up with the one we draw ourselves.
This commit is contained in:
parent
3430ad241b
commit
503bb03aec
1 changed files with 5 additions and 0 deletions
|
|
@ -22,6 +22,11 @@
|
|||
@media not (-moz-platform: windows) {
|
||||
@include focus-ring;
|
||||
}
|
||||
|
||||
// We draw our own clear button below
|
||||
&::-moz-search-clear-button {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.search-cancel-button {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue