diff --git a/app.html b/app.html index 956de52e..23234b40 100644 --- a/app.html +++ b/app.html @@ -174,18 +174,6 @@ {{/each}} {{/if}} - {{#if actions}} - -
- {{/if}} {{/each}} diff --git a/app.js b/app.js index bc395854..ffcd54c2 100644 --- a/app.js +++ b/app.js @@ -105,13 +105,7 @@ var menuObject = { name: 'Mortal Kombat X', abbrev: 'MKX', } - ], - // actions: [ - // { - // icon: 'plus', - // name: 'Add new keymap' - // } - // ] + ] }, { icon: 'play', @@ -135,13 +129,7 @@ var menuObject = { icon: '', name: 'Macro4' } - ], - // actions: [ - // { - // icon: 'plus', - // name: 'Add new macro' - // } - // ] + ] }, { 'icon': 'puzzle-piece', diff --git a/sass/app.scss b/sass/app.scss index 4bfedbe7..1c933d7e 100644 --- a/sass/app.scss +++ b/sass/app.scss @@ -73,18 +73,6 @@ li { margin: 0; } -#sidebar-menu .sidebar__actions--list { - margin-top: 1rem; -} - -.sidebar__action--item { - text-align: center; -} - -.sidebar__action { - width: 80%; -} - .sidebar__level-2--item.active { background-color: #555; color: #fff;