2.5.11d6 debugging tooltips transitions and padding.
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2499895 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
parent
7aa9d8803f
commit
27b33e7a6f
19 changed files with 33 additions and 28 deletions
|
@ -24,7 +24,7 @@
|
|||
span.footnote_referrer > span.footnote_tooltip {
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
transition-property: visibility opacity;
|
||||
transition-property: visibility, opacity;
|
||||
/*
|
||||
transition-delay: 500ms;
|
||||
transition-duration: 1s;
|
||||
|
@ -35,7 +35,7 @@ span.footnote_referrer:focus-within > span.footnote_tooltip,
|
|||
span.footnote_referrer:hover > span.footnote_tooltip {
|
||||
visibility: visible;
|
||||
opacity: 1;
|
||||
transition-property: visibility opacity;
|
||||
transition-property: visibility, opacity;
|
||||
/*
|
||||
transition-delay: 0;
|
||||
transition-duration: 200ms;
|
||||
|
|
Reference in a new issue