diff options
author | Dmitriy Zaporozhets <dzaporozhets@gitlab.com> | 2014-12-11 15:02:01 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dzaporozhets@gitlab.com> | 2014-12-11 15:02:01 +0000 |
commit | 9a3ae331adac6f4cc5ace771f740981811bdb41e (patch) | |
tree | d8df1ef47bcbd43bf6a1fe58f0de8736bc579951 /app | |
parent | 65b858a7768b97f536891b9b9841376ea4638d92 (diff) | |
parent | eceda17f0911bd62dba83d193df680f7cedc8cd9 (diff) | |
download | gitlab-ce-9a3ae331adac6f4cc5ace771f740981811bdb41e.tar.gz |
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.scss | 1 |
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 { |