AlaskaAirlines / auro-sidenav

Custom element that provides users a way to create navigational interfaces
https://auro.alaskaair.com/components/auro/sidenav
Apache License 2.0
0 stars 1 forks source link

fix(svg): center svgs within sidenavitems #23

Closed rsstdd closed 5 months ago

rsstdd commented 5 months ago

Alaska Airlines Pull Request

Resolves: #17

Summary:

Previously, SVGs were assigned a style top: -4px. This was causing the SVGs to be misaligned within the parent. This commit removes the top: -4px style from the SVGs.

Type of change:

Please delete options that are not relevant.

Checklist:

By submitting this Pull Request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Pull Requests will be evaluated by their quality of update and whether it is consistent with the goals and values of this project. Any submission is to be considered a conversation between the submitter and the maintainers of this project and may require changes to your submission.

Thank you for your submission!
-- Auro Design System Team

github-actions[bot] commented 5 months ago

Surge demo deployment succeeded! 🚀🚀🚀

Auro Web Component Generator

braven112 commented 5 months ago

Surge demo deployment succeeded! 🚀🚀🚀

Auro Web Component Generator

This looks good, thanks guys!