Skip to content

Commit 31d49a5

Browse files
committed
feat(design): re-enable optional signature in method params
1 parent 1224f08 commit 31d49a5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

static/styles/styles.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@ article.method {
6161

6262
// e.g. "opt"
6363
.signature-attributes {
64-
display: none;
65-
// display: inline-block;
66-
// margin-left: 0.25em;
67-
// font-size: 60%;
68-
// color: #aaa;
64+
// display: none;
65+
display: inline-block;
66+
margin-left: 0.25em;
67+
font-size: 60%;
68+
color: #aaa;
6969
// font-style: italic;
70-
// font-weight: lighter;
70+
font-weight: lighter;
7171
}
7272
}
7373

0 commit comments

Comments
 (0)