Tweak CSS to restrict elements that have cursor: move

master
blag 2020-05-24 03:13:00 -07:00
parent 2bb6a677fe
commit 247078c7e0
No known key found for this signature in database
GPG Key ID: 30870D32F59C5F40
1 changed files with 2 additions and 2 deletions

View File

@ -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;
} }