Fix copying text in Firefox

Fixes #3035
This commit is contained in:
Pavel Djundik 2019-02-12 10:12:15 +02:00
parent 51384403fe
commit 77dc3086a0

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,