Skip to content

Commit

Permalink
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion static/editor.less
Original file line number Diff line number Diff line change
@@ -53,7 +53,7 @@
}

.editor .fold-marker:after {
.icon(0.8em);
.icon(0.8em, inline);
content: @ellipsis;
padding-left: 0.2em;
position: relative;
7 changes: 2 additions & 5 deletions static/octicon-mixins.less
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
.icon() {
.icon(@size, @display: inline-block) {
font-family: 'Octicons Regular';
font-weight: normal;
font-style: normal;
display: inline-block;
display: @display;
line-height: 1;
-webkit-font-smoothing: antialiased;
text-decoration: none;
}

.icon(@size) {
.icon;
font-size: @size;
width: @size;
height: @size;

0 comments on commit 0da647a

Please sign in to comment.