FIX: only disable the composer grip when the device is touch-only
This commit is contained in:
parent
5c07ae7607
commit
f378a6c18f
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user