USDA-FSA / fsa-style

CSS Implementation of USDA's FPAC Design System
http://usda-fsa.github.io/fsa-style/
Other
11 stars 8 forks source link

BUG: close icon missing #553

Closed francisrupert closed 2 years ago

francisrupert commented 2 years ago

Summary

Inadvertent overriding background property of Inline Alert, Modal, and Notification components

image

Culprit

CSS Mixin fsa-button-reset() set to background: transparent which overrides all background properties.

Solution

Be more specific to background-color: transparent as the reset rather than all background properties.