C Focus Inset

A bailout utility to set the focus border inside the element, just add the class c-focus-inset.

Examples

Button

<button className="btn btn-primary c-focus-inset" type="button">Primary</button>
Regular Anchor Tag
.link-primary.single-link

.component-title a

a.component-title

.component-subtitle a

a.component-subtitle
<a className="c-focus-inset" href="javascript:;">Regular Anchor Tag</a>

Form Control

<input
	className="c-focus-inset form-control"
	id="basicInputTypeText"
	name="basicInputTypeText"
	placeholder="Placeholder"
	type="text"
/>
Edit this page on GitHub

Contributors

Matuzalém Teles

Last edited January 29, 2025 at 1:35:05 AM