development 2.1.4d3 (really) bugfix, for sharing on Forum

git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2426754 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
pewgeuges 2020-11-26 17:15:21 +00:00
parent 5a97dbb05a
commit 26326bdcd3
7 changed files with 52 additions and 24 deletions

View file

@ -4,9 +4,9 @@
* Created-Date: 15.05.14
* Created-Time: 16:21
* Since: 1.0
* Version: 2.1.4d2
* Version: 2.1.4d3
*
* Last modified: 2020-11-26T1050+0100
* Last modified: 2020-11-26T1805+0100
*/
@ -82,7 +82,7 @@ templates/public/footnote-alternative.html
.footnote_referrer:hover,
.footnote_referrer a:hover,
.footnote_plugin_tooltip_text:hover {
text-decoration: underline;
text-decoration: none;
font-weight: inherit;
}
@ -242,7 +242,7 @@ when hovered in some themes, not in others:
.footnote_plugin_link:hover,
.footnote_plugin_text a:hover {
text-decoration: unset;
text-decoration: underline !important;
text-decoration: underline; /*deprioritized to ease customization*/
}
.footnote_plugin_index,
.footnote_plugin_index_combi {

View file

@ -4,9 +4,9 @@
* Created-Date: 15.05.14
* Created-Time: 16:21
* Since: 1.0
* Version: 2.1.4d2
* Version: 2.1.4d3
*
* Last modified: 2020-11-26T1050+0100
* Last modified: 2020-11-26T1804+0100
*/