mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Added underline to nodes with links in Mermaid diagrams
This commit is contained in:
parent
d1161b431f
commit
05661a1562
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -249,7 +249,7 @@
|
|||||||
</script>
|
</script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block scripts %}
|
{% block scripts %}
|
||||||
<script src="{{ 'assets/javascripts/bundle.a7c05c9e.min.js' | url }}"></script>
|
<script src="{{ 'assets/javascripts/bundle.e2f4ecc1.min.js' | url }}"></script>
|
||||||
{% for script in config.extra_javascript %}
|
{% for script in config.extra_javascript %}
|
||||||
{{ script | script_tag }}
|
{{ script | script_tag }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
@ -206,6 +206,11 @@ g.stateGroup .composit {
|
|||||||
font-family: var(--md-mermaid-font-family);
|
font-family: var(--md-mermaid-font-family);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* State node label link */
|
||||||
|
a .nodeLabel {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
/* State start and end marker */
|
/* State start and end marker */
|
||||||
.start-state,
|
.start-state,
|
||||||
.node circle.state-start,
|
.node circle.state-start,
|
||||||
|
Loading…
Reference in New Issue
Block a user