Skip to content

Commit

Permalink
Add styles for the clickthrough feature
Browse files Browse the repository at this point in the history
  • Loading branch information
rev087 committed Apr 27, 2014
1 parent 54ce833 commit cd5c7ce
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,15 @@
/* Prevent selection */
-webkit-user-select: none;
user-select: none;

/* Animate the clickthrough fade-out */
transition: opacity .2s;
}

/* Clickthrough */
.ngi-inspector.ngi-clickthrough {
pointer-events: none;
opacity: .2;
}

.ngi-inspector .ngi-app>label {
Expand Down

0 comments on commit cd5c7ce

Please sign in to comment.