From b9bbc051f2b67cddff1f22a43f4eefbc3d7518c3 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Mon, 30 Mar 2015 22:14:54 -0400 Subject: [PATCH] Hide IE clear field icon https://github.com/openstreetmap/iD/issues/1431#issuecomment-87894373 --- css/app.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/app.css b/css/app.css index 7a8269395..247fab1b5 100644 --- a/css/app.css +++ b/css/app.css @@ -206,6 +206,10 @@ table.tags, table.tags td, table.tags th { padding: 4px; } +::-ms-clear { + display: none; +} + /* Grid ------------------------------------------------------- */