Skip to content

Commit

Permalink
Added in css rule to toggle arrow when file is clicked to indicate th…
Browse files Browse the repository at this point in the history
…at it is open. Also adjusted style to make it look a little nicer
  • Loading branch information
misterGF committed Mar 19, 2017
1 parent 08212c1 commit 19870ed
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/components/SidebarMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,13 @@ export default {
}
}
</script>
<style>
/* override default */
.sidebar-menu>li>a {
padding: 12px 15px 12px 15px;
}
.sidebar-menu li.active>a>.fa-angle-left, .sidebar-menu li.active>a>.pull-right-container>.fa-angle-left {
transform: rotate(-90deg);
}
</style>

0 comments on commit 19870ed

Please sign in to comment.