Selection
Global style for text selection.
evo-selection
Pack my box with five dozen liquor jugs.
<span class="evo-selection-demo">Pack my box with five dozen liquor jugs.</span>
The default global ::selection style is set in _evo_variables.scss and does not require a CSS class.
If needed, apply a evo-selection class directly to a span element to demonstrate the selection style, as in the above example.
evo-selection-inverse
Pack my box with five dozen liquor jugs.
<span class="evo-selection-inverse-demo">Pack my box with five dozen liquor jugs.</span>
Apply a evo-selection-inverse class to the body tag to see it in action. If needed, apply a evo-selection-inverse-demo class directly to a span element to demonstrate the selection style, as in the above example.