Closed anselmbradford closed 5 years ago
Notifications that contain an external link are getting an extra SVG icon in the notification that is being absolutely positioned. See, for instance, https://www.consumerfinance.gov/about-us/blog/fall-2015-rulemaking-agenda/
This PR fixes that by targeting the SVG directly inside of the notification container, which is the notification's icon only.
cd docs && gulp && bundle exec jekyll serve
Before:
After:
Notifications that contain an external link are getting an extra SVG icon in the notification that is being absolutely positioned. See, for instance, https://www.consumerfinance.gov/about-us/blog/fall-2015-rulemaking-agenda/
This PR fixes that by targeting the SVG directly inside of the notification container, which is the notification's icon only.
Changes
Testing
cd docs && gulp && bundle exec jekyll serve
Screenshots
Before:
After: