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:
pewgeuges 2021-03-16 22:57:27 +00:00
parent c5a9af037a
commit f089e0446a
12 changed files with 44 additions and 32 deletions

View file

@ -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;
*/
}
/**

View file

@ -39,7 +39,7 @@ fade-in parameters
transition-property: visibility opacity;
transition-timing-function: linear;
/*
property values of settings are inline CSS
Property values of settings are internal CSS.
transition-delay: 0ms;
transition-duration: 200ms;
*/

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -6,8 +6,8 @@
* Created-Time: 16:21
* Since: 1.0
*
* @version 2.5.5
* @lastmodified 2021-02-18T2026+0100
* @version 2.6.0
* @lastmodified 2021-03-16T2349+0100
*/
/**