mirror of
https://github.com/discourse/discourse.git
synced 2024-12-15 23:16:03 +08:00
FIX: only disable the composer grip when the device is touch-only
This commit is contained in:
parent
33f689357a
commit
931812ce69
|
@ -94,8 +94,8 @@
|
||||||
// hide cancel upload link on IE9 (not supported)
|
// hide cancel upload link on IE9 (not supported)
|
||||||
.ie9 #cancel-file-upload { display: none; }
|
.ie9 #cancel-file-upload { display: none; }
|
||||||
|
|
||||||
// todo, enable if we ever implement touch grippie... I question the value though (Sam)
|
// only disabled when the device is touch-only
|
||||||
.touch #reply-control.open .grippie {
|
.touch.mobile-device #reply-control.open .grippie {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user