Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages