Hovering over a linked diagram element should create visible change

Created on 28 February 2024, 4 months ago

Problem/Motivation

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.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

πŸ› Bug report
Status

Active

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States swirt Florida

Live updates comments and jobs are added and updated live.
  • Accessibility

    It affects the ability of people with disabilities or special needs (such as blindness or color-blindness) to use Drupal.

Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024