formally remove IE9 support

This commit is contained in:
Jeff Atwood
2016-01-02 23:49:52 -08:00
parent 3251bcb405
commit e1f90d12f1
9 changed files with 10 additions and 38 deletions

View File

@@ -109,9 +109,6 @@
width: calc(50% - 65px);
}
// hide cancel upload link on IE9 (not supported)
.ie9 #cancel-file-upload { display: none; }
// only disabled when the device is touch-only
.touch.mobile-device #reply-control.open .grippie {
display: none;