RESOLVED DUPLICATE of bug 6274 117253
text color change on :hover does not cover the whole letter in some cases
https://bugs.webkit.org/show_bug.cgi?id=117253
Summary text color change on :hover does not cover the whole letter in some cases
a.mueller
Reported 2013-06-05 07:01:10 PDT
This applies only on Mac OS versions of safari and chrome. this example: http://jsfiddle.net/rh6uW/ Markup: <a>aaagggjjjyyyppppqqqxxx</a> CSS: @import url(https://fonts.googleapis.com/css?family=Tinos); a { font-family: Tinos, serif; font-size: 25px; color: black; } a:hover{ color: red; } when you hover over the link, letters with a descender do not turn red completely. I attached a screenshot
Attachments
Alexey Proskuryakov
Comment 1 2013-06-06 15:34:52 PDT
*** This bug has been marked as a duplicate of bug 6274 ***
Note You need to log in before you can comment on or make changes to this bug.