From 0e98bc96510f653b1dc911937b12b279b25deae0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20Schw=C3=B6rer?= Date: Tue, 13 Oct 2015 15:12:12 +0200 Subject: [PATCH] Make platform unselectable Copy method names by double clicking added platform name to clipboard. Annoyed me couple of times. Now double clicking on method name in documentation will only select the name of the method. --- website/src/react-native/css/react-native.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/src/react-native/css/react-native.css b/website/src/react-native/css/react-native.css index 86fae1f4e..111ced51d 100644 --- a/website/src/react-native/css/react-native.css +++ b/website/src/react-native/css/react-native.css @@ -974,6 +974,9 @@ div[data-twttr-id] iframe { padding: 0 5px; font-size: 13px; font-weight: normal; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; } .edit-github {