- Issue created by @swirt
Currently if a diagram element is linked, there is no visible indication that it is a link when you hover over it.
It should have some visible change on hover that makes it.
I tried adding
.mermaid-diagram svg a:hover {
outline-color: blue;
outline-width: 4px;
}
But it only seemed to impact when the link was made active by clicking on it. I am guessing Mermaid may be getting in the way of this change.
Active
1.0
Code
It affects the ability of people with disabilities or special needs (such as blindness or color-blindness) to use Drupal.