summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorhSATAC <hsatac@gmail.com>2014-07-23 18:37:49 +0800
committerhSATAC <hsatac@gmail.com>2014-07-23 18:37:49 +0800
commit3343a27eea09794d713f7ad8d712a18cf8b83654 (patch)
treecf1532c34d5bbca8e911adb5a1066fb4e9a2323c /templates
parent55f90939eae4d6eb64822fd3590f694418396510 (diff)
.icon-background should not block click
Diffstat (limited to 'templates')
-rw-r--r--templates/project/assets/stylesheets/application.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/project/assets/stylesheets/application.scss b/templates/project/assets/stylesheets/application.scss
index 20e009f..091ac69 100644
--- a/templates/project/assets/stylesheets/application.scss
+++ b/templates/project/assets/stylesheets/application.scss
@@ -117,6 +117,7 @@ h3 {
}
.icon-background {
+ pointer-events: none;
width: 100%!important;
height: 100%;
position: absolute;