- Notifications
You must be signed in to change notification settings - Fork8
Closed
Description
Summary
Inadvertent overridingbackground property of Inline Alert, Modal, and Notification components
Culprit
CSS Mixinfsa-button-reset() set tobackground: transparent which overrides allbackground properties.
Solution
Be more specific tobackground-color: transparent as the reset rather than allbackground properties.
