Skip to content

lindsayevans/outline.js

5f8336ec99
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

remove-focus-outline

Formerly outline.js

Removes CSS outlines in an accessible manner

Based on http://www.paciellogroup.com/blog/2012/04/how-to-remove-css-outlines-in-an-accessible-manner/

🆕 I'm working busily on version 2 of remove-focus-outline - pop on over to the project page to see what's happening, or take a look at the develop branch.

Installation

npm install remove-focus-outline

Or if Yarn is your thing:

yarn add remove-focus-outline

Usage

ES6 - TypeScript, Babel, etc.

import 'remove-focus-outline';

CommonJS - RequireJS etc.

require('remove-focus-outline');

HTML <script>:

">
<script src="node_modules/remove-focus-outline/outline.js"></script>

About

Removes CSS outlines in an accessible manner

Resources

License

Stars

Watchers

Forks

Packages

No packages published