diffs: make user-select also work on Firefox.
This commit is contained in:
parent
9014d9516c
commit
bb2febc25e
1 changed files with 2 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue