[Pkg-javascript-commits] [d3-tip.js] 207/277: updated to address pointer-events problems in #32

bhuvan krishna bhuvan-guest at moszumanska.debian.org
Thu Dec 8 06:57:31 UTC 2016


This is an automated email from the git hooks/post-receive script.

bhuvan-guest pushed a commit to branch master
in repository d3-tip.js.

commit e5d005ca0b39d5c7784645bcda9ec3556d7bc71b
Author: Dean Malmgren <dean.malmgren at datascopeanalytics.com>
Date:   Sat Dec 7 13:53:47 2013 -0600

    updated to address pointer-events problems in #32
---
 d3-tip.css | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/d3-tip.css b/d3-tip.css
index 42adb95..fd482d4 100644
--- a/d3-tip.css
+++ b/d3-tip.css
@@ -5,6 +5,7 @@
   background: rgba(0, 0, 0, 0.8);
   color: #fff;
   border-radius: 2px;
+  pointer-events: none;
 }
 
 /* Creates a small triangle extender for the tooltip */
@@ -16,6 +17,7 @@
   line-height: 1;
   color: rgba(0, 0, 0, 0.8);
   position: absolute;
+  pointer-events: none;
 }
 
 /* Nrthward tooltips */

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/d3-tip.js.git



More information about the Pkg-javascript-commits mailing list