Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

Commit

Permalink
Fixing issue where anchor idicator does not show on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
dhensby committed Jun 19, 2015
1 parent 413d8e3 commit cff5ecc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions css/typography.css
Original file line number Diff line number Diff line change
Expand Up @@ -191,11 +191,9 @@ h6 .heading-anchor-link {
h3.hover .heading-anchor-link,
h4.hover .heading-anchor-link,
h5.hover .heading-anchor-link,
h6.hover .heading-anchor-link {
display: inline;
}

h6.hover .heading-anchor-link,
.heading-anchor-link:hover {
display: inline;
color: #aaa;
}

Expand Down

0 comments on commit cff5ecc

Please sign in to comment.