using boxicons instead of jam icons WIP

This commit is contained in:
zadam
2019-11-02 12:17:00 +01:00
parent b471d51cb4
commit fc87bcf10c
24 changed files with 78 additions and 1011 deletions

View File

@@ -70,7 +70,7 @@ export default class SidebarOptions {
for (const {name, title, option} of widgets) {
const $widgetTitle = $('<div class="widget-title">')
.attr('data-widget-name', name)
.append($("<span>").addClass("handle jam jam-move"))
.append($("<span>").addClass("handle bx bx-move"))
.append($("<span>").text(title));
const $expandedCheckbox = $('<div class="expansion-conf">')