Skip to content

Commit 1a17409

Browse files
authored
update signature popup template to take color params
1 parent 7f372b5 commit 1a17409

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

signature_popup.html

+13-1
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,20 @@
66
margin: 5px;
77
word-wrap:break-word;
88
}
9+
.name {
10+
color: ${nameColor};
11+
}
12+
.type {
13+
color: ${typeColor};
14+
}
15+
.param {
16+
color: ${paramColor};
17+
}
18+
.text {
19+
color: ${textColor};
20+
}
921
</style>
1022
<div><b>${signature}</b></div>
1123
<div style="margin-left: 15px">${description}</div>
1224
<div>${activeParam}</div>
13-
<div><a href="${link}">${index}</a></div>
25+
<div><a href="${link}">${index}</a></div>

0 commit comments

Comments
 (0)