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