From 7f22eb610df9950138a0588d094f30af5e864bd4 Mon Sep 17 00:00:00 2001 From: Arpad Csanyi Date: Mon, 14 Mar 2016 17:48:46 +0100 Subject: [PATCH] Remove "action links" related parts as they are not needed any more. --- app.html | 12 ------------ app.js | 16 ++-------------- sass/app.scss | 12 ------------ 3 files changed, 2 insertions(+), 38 deletions(-) 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;