Skip to content

Commit da5982d

Browse files
gilhanangkalpak
authored andcommitted
refactor(app.css): simplify rules for styling menu item seperator
Closes angular#367
1 parent 92f2496 commit da5982d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

app/app.css

+1-6
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,7 @@
1919
display: inline;
2020
}
2121

22-
.menu > li:before {
22+
.menu > li + li:before {
2323
content: "|";
2424
padding-right: 0.3em;
2525
}
26-
27-
.menu > li:nth-child(1):before {
28-
content: "";
29-
padding: 0;
30-
}

0 commit comments

Comments
 (0)