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.
This commit is contained in:
Moritz Schwörer 2015-10-13 15:12:12 +02:00
parent 6f04687436
commit 0e98bc9651
1 changed files with 3 additions and 0 deletions

View File

@ -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 {