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
- Host: GitHub
- URL: https://github.com/flasd/focus-fix
- Owner: flasd
- Created: 2019-01-20T19:05:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-20T19:14:59.000Z (over 7 years ago)
- Last Synced: 2025-06-03T14:27:05.924Z (about 1 year ago)
- Language: JavaScript
- Size: 231 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!