prevent-pointer-focus

0.0.10 • Public • Published

Prevent Pointer Focus

Try the Demo.

Installation

npm install --save prevent-pointer-focus

Usage

import preventPointerFocus from 'prevent-pointer-focus'

preventPointerFocus()

Update your focus styles.

/* before */
button:focus {
  outline: 3px solid red;
}

/* after */
button:focus:not(.pressed) {
  outline: 3px solid red;
}

Readme

Keywords

none

Package Sidebar

Install

npm i prevent-pointer-focus

Weekly Downloads

0

Version

0.0.10

License

MIT

Unpacked Size

6.19 kB

Total Files

4

Last publish

Collaborators

  • friedemann