Pushing changes in trunk to the 2.0.2 release

git-svn-id: https://plugins.svn.wordpress.org/footnotes/tags/2.0.2@2408490 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
Mark Cheret 2020-10-28 17:03:44 +00:00
parent 46b4706e59
commit f6f043ae36
2 changed files with 5 additions and 4 deletions

View file

@ -34,10 +34,11 @@
cursor: pointer;
z-index: 1;
}
.footnote_plugin_tooltip_text a {
.footnote_plugin_tooltip_text {
display: inline-block;
text-decoration: none;
}
.footnote_plugin_tooltip_text a:hover {
.footnote_plugin_tooltip_text:hover {
text-decoration: underline;
}
@ -138,7 +139,7 @@ span.footnote_tooltip {
.footnote_tooltip {
display: none;
}
.footnote_plugin_tooltip_text a {
.footnote_plugin_tooltip_text {
color: inherit;
}
.footnote_plugin_index a {