Skip to content

roelfjan/accessible-outline

Repository files navigation

accessible-outline

Usage

1. Include Accessible Outline JS

Preferably combined with the rest of your scripts.

<body>
    ...

    <script src="accessible-outline.min.js" async></script>
</body>

3. Include your CSS

Hide the outline from the elements you want. For example: we hide only the outline of a button.

.no-outlines {
    button {
    	outline: none;
	}
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published