An open API service indexing awesome lists of open source software.

https://github.com/flasd/focus-fix

Hide that ugly browser outline when users are using only the mouse
https://github.com/flasd/focus-fix

Last synced: 11 months ago
JSON representation

Hide that ugly browser outline when users are using only the mouse

Awesome Lists containing this project

README

          

# focus-fix

Hide that ugly browser outline when users are using only the mouse.

### Setup

Simply do:

```shell
npm install @flasd/focus-fix
```

### Usage

```javascript
import '@flasd/focus-fix';
import '@flasd/focus-fix/styles.css';
```

Done!