C Focus Inset
A bailout utility to set the focus border inside the element, just add the class c-focus-inset
.
Examples
Button
Copied!
<button class="btn btn-primary c-focus-inset" type="button">Primary</button>
Link
.component-title a
a.component-title a.component-subtitle
Copied!
<a class="c-focus-inset" href="javascript:;">Regular Anchor Tag</a>
Form Control
Copied!
<input
class="c-focus-inset form-control"
id="basicInputTypeText"
name="basicInputTypeText"
placeholder="Placeholder"
type="text"
/>