# 絵文字リスト設定のアイテムを注文するためのボタンがタッチデバイスで見つけにくい

**URL:** https://meta.discourse.org/t/buttons-to-order-items-in-emoji-list-settings-is-difficult-to-find-on-touch-devices/391181
**Category:** UX
**Tags:** tablet
**Created:** [2025 年 12 月 12 日午後 10:46 UTC](https://meta.discourse.org/t/buttons-to-order-items-in-emoji-list-settings-is-difficult-to-find-on-touch-devices/391181 "2025-12-12T22:46:20Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [2025 年 12 月 15 日午後 2:49 UTC](https://meta.discourse.org/t/buttons-to-order-items-in-emoji-list-settings-is-difficult-to-find-on-touch-devices/391181/2 "2025-12-15T14:49:26Z")

</div>

これは、

> <https://github.com/discourse/discourse/pull/36695>
>
> Previously, emoji-value-list had its own CSS rule using \`.desktop-view\` to hide …reorder buttons. This meant buttons were hidden on tablets even though they support touch (where hover isn't available).
> 
> This removes the duplicate \`.desktop-view .emoji-value-list\` CSS block and lets emoji-value-list inherit the shift button behavior from \`.value-list\`, which already uses \`.discourse-no-touch\` to properly detect touch capability (added in #34102).
> 
> This ensures reorder buttons are:
> \- Hidden until hover on non-touch devices
> \- Always visible on touch devices (including tablets in desktop view)
> 
> Also adds system specs to verify reorder button visibility for both simple-list and emoji-list settings on touch and non-touch devices.
> 
> Ref - https://meta.discourse.org/t/391181

で修正されます。

（@chapoi さんにもご参考までに）

---

_[View the full topic](https://meta.discourse.org/t/buttons-to-order-items-in-emoji-list-settings-is-difficult-to-find-on-touch-devices/391181)._
