diff --git a/extensions/ql-vscode/CHANGELOG.md b/extensions/ql-vscode/CHANGELOG.md index 5f0c95f1e82..560b012bfe7 100644 --- a/extensions/ql-vscode/CHANGELOG.md +++ b/extensions/ql-vscode/CHANGELOG.md @@ -1,5 +1,9 @@ # CodeQL for Visual Studio Code: Changelog +## 1.1.5 + +- Links in results are no longer underlined and monospaced. + ## 1.1.4 - 13 May 2020 - Add the ability to download and install databases archives from the internet. diff --git a/extensions/ql-vscode/src/view/resultsView.css b/extensions/ql-vscode/src/view/resultsView.css index 691cacba620..59fbc9857d3 100644 --- a/extensions/ql-vscode/src/view/resultsView.css +++ b/extensions/ql-vscode/src/view/resultsView.css @@ -75,7 +75,7 @@ } .vscode-codeql__result-table-location-link { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; + text-decoration: none; } select {