form.js: use CSS .btn class for drag handles

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit 5d8970d76c)
This commit is contained in:
Jo-Philipp Wich 2020-03-23 21:47:35 +01:00
parent 3005b14815
commit 581ce6d116

View file

@ -1203,7 +1203,7 @@ var CBITableSection = CBITypedSection.extend({
dom.append(tdEl.lastElementChild, [
E('div', {
'title': _('Drag to reorder'),
'class': 'cbi-button drag-handle center',
'class': 'btn cbi-button drag-handle center',
'style': 'cursor:move'
}, '☰')
]);