[extensions-web] user menu: Make the dropdown arrow not respond to events



commit c21d6a3ac2e6648eb8ca3842e7206141e7a6edef
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Wed Sep 26 01:29:28 2012 -0300

    user menu: Make the dropdown arrow not respond to events

 sweettooth/static/css/template.css |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/sweettooth/static/css/template.css b/sweettooth/static/css/template.css
index 2e90cfa..5912ad4 100644
--- a/sweettooth/static/css/template.css
+++ b/sweettooth/static/css/template.css
@@ -108,6 +108,7 @@ a:visited {
     width: 20px;
     height: 10px;
     margin-top: -17px;
+    pointer-events: none;
     right: 10px;
     position: absolute;
     content: url(../images/globaldomain-popup-arrow.png);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]