Outline
Utilities for controlling an element's outline.
Usage
Use d-ol-{focusring|focusring-inset|none} to change an elements' outline.
<div class="d-ol-focusring">...</div>
<div class="d-ol-focusring-inset">...</div>
<div class="d-ol-none">...</div>
- Use
d-ol-focusringto add a focus ring that will render outside of the element. - Use
d-ol-focusring-insetto add a focus ring that renders within the edge of the element. This is particularly useful when the containing element bleeds to the edge of its parent or itsoverflowproperty is set tohidden.