Skip to content

Commit eb4b198

Browse files
hashseedDevtools-frontend LUCI CQ
authored andcommitted
Always underline hyperlinks
Fixed: 383070546 Change-Id: I2e15e2fd87b9d3487b9135dc83250cee3f51f83c Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6080494 Auto-Submit: Yang Guo <[email protected]> Commit-Queue: Jack Franklin <[email protected]> Reviewed-by: Jack Franklin <[email protected]>
1 parent 11066f0 commit eb4b198

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

front_end/panels/timeline/components/insights/baseInsightComponent.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
* found in the LICENSE file.
55
*/
66

7-
:host {
8-
--markdown-link-text-decoration-style: underline;
9-
}
10-
117
.insight {
128
display: block;
139
position: relative;

front_end/ui/components/markdown_view/markdownLink.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,5 @@
77
.devtools-link {
88
color: var(--sys-color-primary);
99
outline-offset: 2px;
10-
text-decoration: var(--markdown-link-text-decoration-style, none);
11-
}
12-
13-
.devtools-link:hover {
1410
text-decoration: underline;
1511
}

front_end/ui/components/markdown_view/markdownView.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,5 @@ devtools-code-block {
7676
.devtools-link {
7777
color: var(--sys-color-primary);
7878
outline-offset: 2px;
79-
text-decoration: none;
80-
}
81-
82-
.devtools-link:hover {
8379
text-decoration: underline;
8480
}

0 commit comments

Comments
 (0)