Skip to content

Commit

Permalink
refactor: minor css cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanHotsiy committed Apr 23, 2017
1 parent 328ae63 commit 2409577
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lib/components/SideMenu/side-menu-items.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
-o-transition: all .15s ease-in-out;
transition: all .15s ease-in-out;
display: block;
margin: 0;
padding: $side-menu-item-vpadding*2.5 $side-menu-item-hpadding;

&[hidden] {
Expand All @@ -33,11 +34,6 @@
padding: 0;
}

.menu-item:hover,
.menu-item.active {
//background: darken($side-menu-active-bg-color, 6%);
}

.menu-subitems {
margin: 0;
font-size: 0.929em;
Expand Down

0 comments on commit 2409577

Please sign in to comment.