Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit b671a32

Browse files
committed
Merge pull request #8125 from adobe/issue-8124
Removed Codemirror's link underline.
2 parents 9e0ac8b + d0add53 commit b671a32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/styles/brackets_codemirror_override.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
span.cm-header {color: @accent-header;}
100100
span.cm-quote {color: @accent-quote;}
101101
span.cm-hr {color: @accent-hr;}
102-
span.cm-link {color: @accent-link;}
102+
span.cm-link {color: @accent-link; text-decoration: none;}
103103
span.cm-rangeinfo {color: @accent-rangeinfo;}
104104
span.cm-minus {color: @accent-minus;}
105105
span.cm-plus {color: @accent-plus;}

0 commit comments

Comments
 (0)