Skip to content

Commit 585c081

Browse files
committed
Apply erasure of border-bottom to a.image-reference:hover too, re #77
1 parent a97e107 commit 585c081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alabaster/static/alabaster.css_t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ a.reference {
424424
}
425425

426426
/* Don't put an underline on images */
427-
a.image-reference {
427+
a.image-reference, a.image-reference:hover {
428428
border-bottom: none;
429429
}
430430

0 commit comments

Comments
 (0)