mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Allow copying of SQL from the dashboard tables. Fixes #3137
This commit is contained in:
committed by
Dave Page
parent
7471dea458
commit
0c48b79ce7
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user