Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
angular-ui-treeで、アイテムにドラッグまたは移動カーソルがあることに気付きました。これは、ドラッグ ゲーブルにする必要があるアイテムがある場合に適しています。
しかし、代わりにカーソルを通常の矢印に設定するにはどうすればよいですか?
以下のCSSを追加
.angular-ui-tree-handle { cursor:default !important; }
CSS を使用して、要素にデフォルトのカーソルを設定します。
cursor: default;
https://developer.mozilla.org/en-US/docs/Web/CSS/cursor