Skip to content

Commit 1369df9

Browse files
committed
Merge pull request #11 from SassDoc/sidebar-arrows
Changed the orientation of arrows to stick to standards
2 parents cd41e26 + 3bd4311 commit 1369df9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

assets/css/main.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scss/partials/_sidebar.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,15 @@ $level-3: $level-2 + 2em;
6969
position: relative;
7070

7171
&:after {
72-
content: '\25B2';
72+
content: '\25BC';
7373
@include absolute(right 2em top 50%);
7474
margin-top: -.5em;
7575
color: color("medium-grey");
7676
font-size: .7em;
7777
}
7878

7979
&.is-collapsed:after {
80-
content: '\25BC';
80+
content: '\25B6';
8181
}
8282

8383
a {

0 commit comments

Comments
 (0)