Skip to content

Commit 9571a05

Browse files
committed
Mark nonblock hover opacity as important to overrule more specific selectors. Bump version.
1 parent 23d7a16 commit 9571a05

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

NonBlock.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @author Hunter Perrin <hperrin@gmail.com>
77
*/
88
.nonblock { transition: opacity .3s ease; }
9-
.nonblock:hover { opacity: .1; }
9+
.nonblock:hover { opacity: .1 !important; }
1010
.nonblock-hide { display: none !important; }
1111
.nonblock-cursor-auto { cursor: auto; }
1212
.nonblock-cursor-default { cursor: default; }

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nonblockjs",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Nonblocking UI elements in JavaScript.",
55
"keywords": [
66
"non blocking",

0 commit comments

Comments
 (0)