-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
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.
Suggested solution:
- Not go bold on hover
- 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

