Fix link accessibilty issues (#16419)

* Fix link accessibilty issues

* Move comment
This commit is contained in:
Charles Gagnon
2021-07-26 14:55:33 -07:00
committed by GitHub
parent a0f56890b5
commit 6a08af4d9a
2 changed files with 7 additions and 1 deletions

View File

@@ -76,9 +76,11 @@ body.web {
cursor: pointer;
}
/* {{SQL CARBON EDIT}} Underline links
.monaco-workbench a {
text-decoration: none;
}
*/
.monaco-workbench a:active {
color: inherit;