Skip to content

Commit dd60321

Browse files
ktranDevtools-frontend LUCI CQ
authored andcommitted
[Recorder] Include link styles
This adds link styles to the recorder controller, to style the learn more link. Fixed: 404149531 Change-Id: I0a8bcb7a039afc72fc8c57afa2959cebb69e8c4b Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6368380 Commit-Queue: Kim-Anh Tran <[email protected]> Reviewed-by: Nikolay Vitkov <[email protected]>
1 parent 2274d6f commit dd60321

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

front_end/panels/recorder/recorderController.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,10 @@ devtools-recording-list-view {
171171
> x-link {
172172
white-space: nowrap;
173173
margin-left: var(--sys-size-3);
174+
cursor: pointer;
175+
text-decoration: underline;
176+
color: var(--sys-color-primary);
177+
outline-offset: var(--sys-size-2);
174178
}
175179
}
176180

0 commit comments

Comments
 (0)