Tweak CSS to restrict elements that have cursor: move

This commit is contained in:
blag
2020-05-24 03:13:00 -07:00
parent 2bb6a677fe
commit 247078c7e0
@@ -10,8 +10,8 @@
margin-left: 1em; margin-left: 1em;
} }
#sortable ul li, #sortable ul.sortable li,
#sortable ul li a #sortable ul.sortable li a
{ {
cursor: move; cursor: move;
} }