minimal icon indicating copy to clipboard operation
minimal copied to clipboard

Poor behavior when hovering over link text

Open markcmiller86 opened this issue 4 years ago • 2 comments

Consider this page and look at the link with text in the first paragraph of the page with GitHub’s Large File Support. Hover over the GitHub's text at the end of the second to last line of the paragraph.

Without hovering, this text has a line break after GitHub's. With hovering, the bold font the theme creates when hovering causes the link text to move down a whole line out from under the pointer entirely.

In safari, this creates a quick oscillation of the text (normal->bold->normal) and then the pointer is unable to click. In Chrome, the text goes bold and expands to the next line and the pointer indicates it is still clickable but clicking has no effect.

markcmiller86 avatar Jun 20 '20 06:06 markcmiller86

Agreed, this was a very problematic issue! I think I found a fix for this: https://github.com/orderedlist/minimal/issues/44#issuecomment-826057962

contactrika avatar Apr 24 '21 08:04 contactrika

The fix in the previous comment solved it for me. Somewhat to my consternation, I don't see this behavior in the demo version of this theme, but the pages built by Github Pages using this team definitely still suffer from it.

tripleee avatar Aug 23 '22 13:08 tripleee