Commit e769598e authored by Tim Zallmann's avatar Tim Zallmann

Merge branch 'leipert-scope-down-chrome-fix' into 'master'

Scope down Chrome version for icon fix

See merge request gitlab-org/gitlab!40526
parents 7d6a27e2 363d5a6c
......@@ -68,7 +68,7 @@
= yield :page_specific_javascripts
= webpack_controller_bundle_tags
= webpack_bundle_tag "chrome_84_icon_fix" if browser.chrome?([">=84", "<85"]) || browser.edge?([">=84", "<85"])
= webpack_bundle_tag "chrome_84_icon_fix" if browser.chrome?([">=84", "<84.0.4147.125"]) || browser.edge?([">=84", "<84.0.522.59"])
= yield :project_javascripts
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment