Skip to content
Snippets Groups Projects
Commit 6749e581 authored by johnshaughnessy's avatar johnshaughnessy
Browse files

Disable user-select on interactive UI elements

parent e578bf80
No related branches found
No related tags found
No related merge requests found
...@@ -70,6 +70,10 @@ ...@@ -70,6 +70,10 @@
.ui-interactive { .ui-interactive {
pointer-events: auto; pointer-events: auto;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
} }
:local(.nag-button) { :local(.nag-button) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment