瀏覽代碼

Fixed search box appaerance in Firefox

n1474335 5 年之前
父節點
當前提交
7e27449204
共有 1 個文件被更改,包括 0 次插入8 次删除
  1. 0 8
      src/web/stylesheets/utils/_overrides.css

+ 0 - 8
src/web/stylesheets/utils/_overrides.css

@@ -82,14 +82,6 @@ a:focus {
     border-color: var(--btn-success-hover-border-colour);
 }
 
-input[type="search"] {
-    appearance: searchfield;
-}
-
-input[type="search"]::-webkit-search-cancel-button {
-    appearance: searchfield-cancel-button;
-}
-
 select.form-control:not([size]):not([multiple]), select.custom-file-control:not([size]):not([multiple]) {
     height: unset !important;
 }