v1.2.2
Fixes
This patch handles the programmatic appearance of <a target="_blank">
icon and updates any downstream components that are affected by this change.
SgdsElement
- Set icon for
<a target="_blank">
programmatically for all components and any slotted elements
##Refactor
Card
- Refactor stretchedLink Card to use
::before
selector to avoid clash with<a target="_blank">
using::after
selector
Footer, Masthead
- Remove hard coded svg element of
<a target="_blank">
for the new approach
Button
- Remove slot styles affecting icon appearance in
<a target="_blank">
FileUpload
- Update icon and text positioning with the change in Button component above.