-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update tests for encapsulating anchor plugin
- Loading branch information
Showing
67 changed files
with
465 additions
and
483 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
...functional/test_site/expected/plugins/markbind-plugin-anchors/markbind-plugin-anchors.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
.fa.fa-anchor { | ||
color: #ccc; | ||
display: inline; | ||
font-size: 14px; | ||
margin-left: 10px; | ||
padding: 3px; | ||
text-decoration: none; | ||
visibility: hidden; | ||
} | ||
|
||
.fa.fa-anchor:hover { | ||
color: #555; | ||
} | ||
|
||
h1:hover > .fa.fa-anchor, | ||
h2:hover > .fa.fa-anchor, | ||
h3:hover > .fa.fa-anchor, | ||
h4:hover > .fa.fa-anchor, | ||
h5:hover > .fa.fa-anchor, | ||
h6:hover > .fa.fa-anchor, | ||
.header-wrapper:hover > .fa.fa-anchor { | ||
visibility: visible; | ||
} |
2 changes: 1 addition & 1 deletion
2
test/functional/test_site/expected/sub_site/index._include_.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.