mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 20:51:21 -03: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:
parent
3c261b8904
commit
16b4daf4eb
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user