You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a part of IAEMOD-3524, ngx-uswds table should be able to highlight the row the user is hovering over. SDS already has this behavior, this PR extends the styling specified for SDS to apply to the class applied to the USWDS table.
fix ngx-uswds table appearance when sam-styles applied #566
remove hover & focus behavior to enable esc dismiss #561
In order to allow esc key to hide content, focus pseudo-class needs to be removed from style def. .tooltip-expanded will instead be programmatically added and removed to facilitate showing tooltip content.
Add styling to temporarily override mixin added in USWDS 2.13 so that radio and checkbox continue to be primary color. Attached are screenshots from my local to show how these controls look with this change applied.
checkbox tristate color changed to dark green #543null