Mark a few CSS classes as not selectable

Should be enough to make copy-pasting not a nightmare.

For vector-im/riot-web#7460

Also remove an instance where the vendor prefixes were used, but a build
step adds those automatically

Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
This commit is contained in:
Luca Weiss
2019-04-23 19:52:48 +02:00
parent 9917bed942
commit 12f92c49a6
2 changed files with 5 additions and 3 deletions
+1
View File
@@ -26,6 +26,7 @@ limitations under the License.
// https://bugzilla.mozilla.org/show_bug.cgi?id=1535053
// https://bugzilla.mozilla.org/show_bug.cgi?id=255139
display: inline-block;
user-select: none;
}
.mx_BaseAvatar_initial {