File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
packages/doxdox-renderer-bootstrap/src/__snapshots__ Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,11 @@ exports[`bootstrap render 1`] = `
34
34
position : relative ;
35
35
}
36
36
37
+ .method-scope {
38
+ font - size : 1.5rem ;
39
+ color : #999 ;
40
+ }
41
+
37
42
.method-permalink {
38
43
position : absolute ;
39
44
margin - left : - 1em ;
@@ -57,7 +62,7 @@ exports[`bootstrap render 1`] = `
57
62
<div class =\\"p-5 col-md-3\\">
58
63
<p><b>directory/index.js</b></p>
59
64
<ul class =\\"list-unstyled ml-0\\">
60
- <li><a href =\\"#index-js-methodname\\">methodName</a></li>
65
+ <li><a href =\\"#index-js-methodname\\" class =\\"\\" >methodName</a></li>
61
66
</ul>
62
67
</div>
63
68
@@ -69,6 +74,7 @@ exports[`bootstrap render 1`] = `
69
74
methodName(param)
70
75
</h2>
71
76
77
+
72
78
<p>Method description</p>
73
79
74
80
You can’t perform that action at this time.
0 commit comments