Skip to content

Commit 05661a1

Browse files
committed
Added underline to nodes with links in Mermaid diagrams
1 parent d1161b4 commit 05661a1

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

material/templates/assets/javascripts/bundle.a7c05c9e.min.js renamed to material/templates/assets/javascripts/bundle.e2f4ecc1.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

material/templates/assets/javascripts/bundle.a7c05c9e.min.js.map renamed to material/templates/assets/javascripts/bundle.e2f4ecc1.min.js.map

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

material/templates/base.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@
249249
</script>
250250
{% endblock %}
251251
{% block scripts %}
252-
<script src="{{ 'assets/javascripts/bundle.a7c05c9e.min.js' | url }}"></script>
252+
<script src="{{ 'assets/javascripts/bundle.e2f4ecc1.min.js' | url }}"></script>
253253
{% for script in config.extra_javascript %}
254254
{{ script | script_tag }}
255255
{% endfor %}

src/templates/assets/javascripts/components/content/mermaid/index.css

+5
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,11 @@ g.stateGroup .composit {
206206
font-family: var(--md-mermaid-font-family);
207207
}
208208

209+
/* State node label link */
210+
a .nodeLabel {
211+
text-decoration: underline;
212+
}
213+
209214
/* State start and end marker */
210215
.start-state,
211216
.node circle.state-start,

0 commit comments

Comments
 (0)