Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/src/vs/editor/contrib/links/browser/links.css
3296 views
1
/*---------------------------------------------------------------------------------------------
2
* Copyright (c) Microsoft Corporation. All rights reserved.
3
* Licensed under the MIT License. See License.txt in the project root for license information.
4
*--------------------------------------------------------------------------------------------*/
5
.monaco-editor .detected-link,
6
.monaco-editor .detected-link-active {
7
text-decoration: underline;
8
text-underline-position: under;
9
}
10
11
.monaco-editor .detected-link-active {
12
cursor: pointer;
13
color: var(--vscode-editorLink-activeForeground) !important;
14
}
15
16