Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@gitlab.com>2014-12-11 18:02:01 +0300
committerDmitriy Zaporozhets <dzaporozhets@gitlab.com>2014-12-11 18:02:01 +0300
commit9a3ae331adac6f4cc5ace771f740981811bdb41e (patch)
treed8df1ef47bcbd43bf6a1fe58f0de8736bc579951 /app
parent65b858a7768b97f536891b9b9841376ea4638d92 (diff)
parenteceda17f0911bd62dba83d193df680f7cedc8cd9 (diff)
Merge branch 'dropdown_icon_not_clickable' into 'master'
Dropdown icon not clickable Fixes #1642 by using `pointer-events` property supported by [modern browsers](http://caniuse.com/#search=pointer-events) See merge request !1319
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/generic/markdown_area.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/generic/markdown_area.scss b/app/assets/stylesheets/generic/markdown_area.scss
index e8c21afabe1..4168e235cae 100644
--- a/app/assets/stylesheets/generic/markdown_area.scss
+++ b/app/assets/stylesheets/generic/markdown_area.scss
@@ -20,6 +20,7 @@
opacity: 0;
font-size: 50px;
transition: opacity 200ms ease-in-out;
+ pointer-events: none;
}
.div-dropzone-spinner {