FIX: only disable the composer grip when the device is touch-only

This commit is contained in:
Régis Hanol 2015-09-23 16:05:41 +02:00
parent e37ecb9d2f
commit ef0804fbb0

View File

@ -94,8 +94,8 @@
// hide cancel upload link on IE9 (not supported)
.ie9 #cancel-file-upload { display: none; }
// todo, enable if we ever implement touch grippie... I question the value though (Sam)
.touch #reply-control.open .grippie {
// only disabled when the device is touch-only
.touch.mobile-device #reply-control.open .grippie {
display: none;
}