Skip to content

Commit 256890f

Browse files
committed
Make table headers behave more like UI elements than raw text
Mouseover should give the same cursor as links, and not lead to header text accidentally being selected.
1 parent 6bf691e commit 256890f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

extensions/ql-vscode/src/view/resultsView.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,13 @@
4545
opacity: 0.6;
4646
}
4747

48+
.vscode-codeql__result-table .sort-asc,
49+
.vscode-codeql__result-table .sort-desc,
50+
.vscode-codeql__result-table .sort-none {
51+
cursor: pointer;
52+
user-select: none;
53+
}
54+
4855
.vscode-codeql__result-table .sort-none::after {
4956
/* Want to take up the same space as the other sort directions */
5057
content: " ▲";

0 commit comments

Comments
 (0)