The css class for anchors was changed

This commit is contained in:
Philipp Oppermann
2017-06-09 13:36:53 +02:00
parent c6cd132de9
commit 8289bc7d5b

View File

@@ -201,7 +201,7 @@ a code {
color: #268bd2;
}
a.anchor {
a.gutenberg-anchor {
opacity: 0;
position: absolute;
margin-left: -1.5em;
@@ -211,11 +211,11 @@ a.anchor {
line-height: 2em;
}
:hover>a.anchor {
:hover>a.gutenberg-anchor {
opacity: 1;
text-decoration: none;
}
a.anchor:hover {
a.gutenberg-anchor:hover {
text-decoration: none;
}