mirror of
https://github.com/ansible/awx.git
synced 2026-05-11 11:27:36 -02:30
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:
committed by
jaredevantabor
parent
3c261b8904
commit
16b4daf4eb
@@ -23,6 +23,10 @@
|
|||||||
color: @b7grey;
|
color: @b7grey;
|
||||||
width: 75px;
|
width: 75px;
|
||||||
white-space: pre-line;
|
white-space: pre-line;
|
||||||
|
user-select: none;
|
||||||
|
-moz-user-select: none;
|
||||||
|
-webkit-user-select: none;
|
||||||
|
-ms-user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.JobResultsStdOut-lineExpander {
|
.JobResultsStdOut-lineExpander {
|
||||||
|
|||||||
Reference in New Issue
Block a user