Fix duplicate x icon (cancel) on active search field.

Fixes #1136.
// FREEBIE
This commit is contained in:
Ivan Markin
2017-05-20 16:27:59 +00:00
committed by Scott Nonnenberg
parent fdf04f6229
commit 931441a057
3 changed files with 1 additions and 12 deletions
+1 -6
View File
@@ -855,9 +855,7 @@ input.search {
-webkit-appearance: none;
display: block;
width: 16px;
height: 16px;
background: url("/images/x.svg") no-repeat center;
background-size: cover; }
height: 16px; }
input.search::-webkit-search-cancel-button:hover {
cursor: pointer; }
@@ -2004,9 +2002,6 @@ li.entry .error-icon-container {
.android-dark .search::selection {
background: white;
color: #454545; }
.android-dark .search::-webkit-search-cancel-button {
background: url("/images/x_white.svg") no-repeat center;
background-size: cover; }
.android-dark .search.active.ltr, .android-dark .search.active.rtl {
background-image: url("/images/x_white.svg"); }
.android-dark .bubble {