Merge pull request #3044 from thelounge/xpaw/fix-3035

Fix copying text in Firefox
This commit is contained in:
Pavel Djundik 2019-02-12 12:47:49 +02:00 committed by GitHub
commit a30e1e8b61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -103,6 +103,8 @@ button {
margin: 0;
outline: none;
padding: 0;
-moz-user-select: inherit; /* Firefox makes buttons unselectable by default which breaks copying */
user-select: inherit;
}
code,