disable selecting of line numbers

unfortunately this will still copy to clipboard in chrome but not firefox see https://bugs.chromium.org/p/chromium/issues/detail\?id\=147490 for open chromium bug
This commit is contained in:
John Mitchell 2016-11-02 16:33:31 -04:00 committed by jaredevantabor
parent 3c261b8904
commit 16b4daf4eb

View File

@ -23,6 +23,10 @@
color: @b7grey;
width: 75px;
white-space: pre-line;
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
}
.JobResultsStdOut-lineExpander {