Skip to content

Commit

Permalink
chore(demo): 🔧 remove deprected icons
Browse files Browse the repository at this point in the history
  • Loading branch information
hyyan committed Jun 2, 2020
1 parent 632fa77 commit 08caff4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions demo/assets/templates/icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,5 @@
"menuRemoveRowGroup": "R",
"clipboardCopy": ">>",
"clipboardPaste": ">>",
"checkboxChecked": "<i class=\"far fa-check-square\"/>",
"checkboxUnchecked": "<i class=\"far fa-square\"/>",
"checkboxIndeterminate": "<i class=\"far fa-circle\"/>",
"checkboxCheckedReadOnly": "<i class=\"far fa-check-square\" style=\"color: lightgray\"/>",
"checkboxUncheckedReadOnly": "<i class=\"far fa-square\" style=\"color: lightgray\" />",
"checkboxIndeterminateReadOnly": "<i class=\"far fa-circle\" style=\"color: lightgray\"/>",
"rowDrag": "<i class=\"fa fa-circle\"/>"
}

0 comments on commit 08caff4

Please sign in to comment.