Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
fix(navigation-tree): remove non generic style rule
Browse files Browse the repository at this point in the history
  • Loading branch information
rayrutjes committed Mar 17, 2017
1 parent e12f418 commit a166d9e
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,10 @@
ul {
list-style: none;
padding-left: 0;
ul {
padding-left: 20px;
}
}
& > ul {
padding-left: 0;
}
&__item--active > label {
Expand Down

0 comments on commit a166d9e

Please sign in to comment.