Hide IE clear field icon

https://github.com/openstreetmap/iD/issues/1431#issuecomment-87894373
This commit is contained in:
Bryan Housel
2015-03-30 22:14:54 -04:00
committed by Bryan Housel
parent fc1ae42e5b
commit b9bbc051f2

View File

@@ -206,6 +206,10 @@ table.tags, table.tags td, table.tags th {
padding: 4px;
}
::-ms-clear {
display: none;
}
/* Grid
------------------------------------------------------- */