mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
Revert "Disallow user selection on body, but allow on individual elements"
This reverts commit b3f8f8f79952c34cdf4087683210bab6e4e46a27. This seems to break some of our copy-and-pasting code. (imported from commit 052296a0f4bdb47342708a5e520be260863ccafd)
This commit is contained in:
parent
1e7a22f14e
commit
30eaae72e4
@ -7,12 +7,6 @@ html {
|
||||
body {
|
||||
font-family: 'Humbug', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||||
overflow-y: auto;
|
||||
-webkit-touch-callout: none;
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
/* Common background color */
|
||||
@ -119,12 +113,6 @@ a {
|
||||
margin-top: 50px;
|
||||
width: 200px;
|
||||
z-index:3;
|
||||
-webkit-touch-callout: text;
|
||||
-webkit-user-select: text;
|
||||
-khtml-user-select: text;
|
||||
-moz-user-select: text;
|
||||
-ms-user-select: text;
|
||||
user-select: text;
|
||||
}
|
||||
|
||||
.app-main .column-right .right-sidebar {
|
||||
@ -136,12 +124,6 @@ a {
|
||||
width: 100%;
|
||||
margin-right: -200px;
|
||||
margin-left: -200px;
|
||||
-webkit-touch-callout: text;
|
||||
-webkit-user-select: text;
|
||||
-khtml-user-select: text;
|
||||
-moz-user-select: text;
|
||||
-ms-user-select: text;
|
||||
user-select: text;
|
||||
}
|
||||
|
||||
.column-middle-inner {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user