mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 11:03:40 +08:00
FIX: only disable the composer grip when the device is touch-only
This commit is contained in:
parent
e37ecb9d2f
commit
ef0804fbb0
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user