mirror of
https://github.com/silverstripe/silverstripe-docsviewer
synced 2024-10-22 11:05:56 +02:00
Fixing issue where anchor idicator does not show on hover
This commit is contained in:
parent
413d8e396a
commit
cff5ecc1ed
@ -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