Development 2.6.0d2 finished so far.
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2497412 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
parent
c5a9af037a
commit
f089e0446a
12 changed files with 44 additions and 32 deletions
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @since 2.5.5
|
||||
* @version 2.6.0
|
||||
* @lastmodified 2021-02-18T2029+0100
|
||||
* @lastmodified 2021-03-16T2340+0100
|
||||
*
|
||||
* System of unified minified style sheets tailored to the instance.
|
||||
*
|
||||
|
@ -30,8 +30,11 @@ span.footnote_referrer > span.footnote_tooltip {
|
|||
visibility:hidden;
|
||||
opacity:"0";
|
||||
transition-property: visibility opacity;
|
||||
/*
|
||||
Property values of settings are internal CSS.
|
||||
transition-delay: 500ms;
|
||||
transition-duration: 1s;
|
||||
*/
|
||||
}
|
||||
|
||||
span.footnote_referrer:focus-within > span.footnote_tooltip,
|
||||
|
@ -39,8 +42,11 @@ span.footnote_referrer:hover > span.footnote_tooltip {
|
|||
visibility:visible;
|
||||
opacity:1;
|
||||
transition-property: visibility opacity;
|
||||
/*
|
||||
Property values of settings are internal CSS.
|
||||
transition-delay: 0;
|
||||
transition-duration: 200ms;
|
||||
*/
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Reference in a new issue