diffs: make user-select also work on Firefox.

This commit is contained in:
Marcin Kuzminski 2018-10-16 11:53:16 +02:00
parent 9014d9516c
commit bb2febc25e

View file

@ -1091,6 +1091,8 @@ table.cb {
text-align: right;
border-right: 1px solid #eee;
font-family: @font-family-monospace;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
a::before {