mirror of
https://github.com/silverstripe/silverstripe-docsviewer
synced 2024-10-22 11:05:56 +02:00
Merge pull request #67 from dhensby/pulls/fix-header-hover
Fixing issue where anchor idicator does not show on hover
This commit is contained in:
commit
f7edde83c4
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user