Skip to content

Commit d811135

Browse files
ergunshDevtools-frontend LUCI CQ
authored andcommitted
[FreDialog] Add focus ring to the x-links inside the FreDialog
Fixed: 406545705 Change-Id: I7e9515f186b5dbe53c8f7d09d28386c1a4a19f91 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6438859 Reviewed-by: Kim-Anh Tran <[email protected]> Commit-Queue: Ergün Erdoğmuş <[email protected]>
1 parent a2243fd commit d811135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front_end/panels/ai_assistance/PatchWidget.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ export class PatchWidget extends UI.Widget.Widget {
548548
// clang-format off
549549
content: html`<x-link
550550
href=${CODE_SNIPPET_WARNING_URL}
551-
class="link"
551+
class="link devtools-link"
552552
jslog=${VisualLogging.link('code-snippets-explainer.patch-widget').track({
553553
click: true
554554
})}

0 commit comments

Comments
 (0)