Skip to content

Commit 49c1559

Browse files
committed
Hide native input X in IE10
1 parent 73c49b3 commit 49c1559

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

static/shared/css/documentation.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,13 @@ a img {
357357
transition: width 0.3s ease-in-out 0s;
358358
}
359359

360+
/** Hide native X appearing in IE10 **/
361+
362+
#searchfield::-ms-clear {
363+
height: 0;
364+
width: 0;
365+
}
366+
360367
#searchfield:focus, #search-container.active #searchfield {
361368
width: 120px;
362369
}

0 commit comments

Comments
 (0)