Allow copying of SQL from the dashboard tables. Fixes #3137

This commit is contained in:
Neethu Mariya Joy
2018-03-02 14:39:12 +00:00
committed by Dave Page
parent 7471dea458
commit 0c48b79ce7
3 changed files with 8 additions and 7 deletions

View File

@@ -602,8 +602,3 @@ input.editor-checkbox:focus {
font-size: 13px;
line-height: 3em;
}
/* workaround for codemirrors 'readOnly' option which is set to true instead of 'noCursor' */
.hide-cursor-workaround .CodeMirror-cursors {
display: none;
}