Remove "action links" related parts as they are not needed any more.
This commit is contained in:
12
app.html
12
app.html
@@ -174,18 +174,6 @@
|
||||
{{/each}}
|
||||
</ul>
|
||||
{{/if}}
|
||||
{{#if actions}}
|
||||
<!-- Most probably this "actions" section will be removed. -->
|
||||
<ul class="sidebar__actions--list">
|
||||
{{#each actions}}
|
||||
<li class="sidebar__action--item">
|
||||
<a href="#" class="btn btn-default btn-xs sidebar__action">
|
||||
<i class="fa fa-{{icon}}"></i> {{name}}
|
||||
</a>
|
||||
</li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
{{/if}}
|
||||
</li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
|
||||
16
app.js
16
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',
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user