IE11: Fix sprite icon rendering
This commit is contained in:
parent
c7ba5c0aeb
commit
402ef3c164
3 changed files with 10 additions and 5 deletions
5
changelogs/unreleased/52774-fix-svgs-in-ie-11.yml
Normal file
5
changelogs/unreleased/52774-fix-svgs-in-ie-11.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Ensure that SVG sprite icons are properly rendered in IE11
|
||||
merge_request:
|
||||
author:
|
||||
type: fixed
|
|
@ -26,7 +26,7 @@
|
|||
"@babel/plugin-syntax-import-meta": "^7.0.0",
|
||||
"@babel/preset-env": "^7.1.0",
|
||||
"@gitlab/csslab": "^1.8.0",
|
||||
"@gitlab/svgs": "^1.40.0",
|
||||
"@gitlab/svgs": "^1.42.0",
|
||||
"@gitlab/ui": "^1.15.0",
|
||||
"apollo-boost": "^0.1.20",
|
||||
"apollo-client": "^2.4.5",
|
||||
|
|
|
@ -636,10 +636,10 @@
|
|||
eslint-plugin-promise "^4.0.1"
|
||||
eslint-plugin-vue "^5.0.0-beta.3"
|
||||
|
||||
"@gitlab/svgs@^1.40.0":
|
||||
version "1.41.0"
|
||||
resolved "https://registry.yarnpkg.com/@gitlab/svgs/-/svgs-1.41.0.tgz#f80e3a0e259f3550af00685556ea925e471276d3"
|
||||
integrity sha512-tKUXyqe54efWBsjQBUcvNF0AvqmE2NI2No3Bnix/gKDRImzIlcgIkM67Y8zoJv1D0w4CO87WcaG5GLpIFIT1Pg==
|
||||
"@gitlab/svgs@^1.42.0":
|
||||
version "1.42.0"
|
||||
resolved "https://registry.yarnpkg.com/@gitlab/svgs/-/svgs-1.42.0.tgz#54eb88606bb79b74373a3aa49d8c10557fb1fd7a"
|
||||
integrity sha512-mVm1kyV/M1fTbQcW8Edbk7BPT2syQf+ot9qwFzLFiFXAn3jXTi6xy+DS+0cgoTnglSUsXVl4qcVAQjt8YoOOOQ==
|
||||
|
||||
"@gitlab/ui@^1.15.0":
|
||||
version "1.15.0"
|
||||
|
|
Loading…
Reference in a new issue