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

CSS Utilities: hover #476

Closed francisrupert closed 3 years ago

francisrupert commented 3 years ago

Determine

Targets

francisrupert commented 3 years ago

Namespace result

Slightly different than initially speculated in this issue's original post.

Orginal Idea

fsa-hover-[target]--[modifier][@BP], e.g. fsa-hover-bg--tertiary@m

Result

fsa-[target]:hover--[modifier][@BP], e.g. fsa-bg:hover--tertiary@m

Which can be read as "hovering this gives it a charcoal background color when viewport is wider than medium breakpoint"