mirror of
https://github.com/oxalorg/sakura.git
synced 2026-04-03 00:08:52 -06:00
Unexpected underline for image link when hovering #27
Labels
No labels
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
discussion
discussion
discussion
discussion
discussion
discussion
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
good-first-issue
help wanted
help wanted
javascript
javascript
javascript
question
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github/sakura#27
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ReinforceZwei on 3/14/2023
Example html code to reproduce the problem:
I think the problem is

margin-bottom.The problem could be resolved by removing the
margin-bottomstyle, or reset themargin-bottomstyle if the<img>tag is used inside a<a>tag.