Skip to content

Link styles when hovering #794

@notabene

Description

@notabene

Hi,

Related to issue #537

When lionks go bold on hover, the flow is redrawn.

In the following example one can see that the link takes up more space and the following content (“et”) is pushed to the right.

  1. Default
  2. On hover

Suggested solution:

  1. Not go bold on hover
  2. If we really want a visual effect, we can work on the underline style.

E.g. :

a:hover {
  text-decoration-color: #f16e90;
  text-decoration-thickness: 3px;
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions