mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-23 23:21:00 +01: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>
|
||||
{% endblock %}
|
||||
{% 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 %}
|
||||
{{ script | script_tag }}
|
||||
{% endfor %}
|
||||
|
@ -206,6 +206,11 @@ g.stateGroup .composit {
|
||||
font-family: var(--md-mermaid-font-family);
|
||||
}
|
||||
|
||||
/* State node label link */
|
||||
a .nodeLabel {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/* State start and end marker */
|
||||
.start-state,
|
||||
.node circle.state-start,
|
||||
|
Loading…
Reference in New Issue
Block a user