Skip to content

Commit 5667f51

Browse files
authored
report: fix focus in devtools, and in 3-dot menu (#16802)
1 parent 912fcd8 commit 5667f51

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

report/assets/styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,10 @@
285285
--section-padding-vertical: 8px;
286286
}
287287

288+
.lh-devtools :focus-visible {
289+
outline: -webkit-focus-ring-color auto 1px;
290+
}
291+
288292
.lh-container:has(.lh-sticky-header) {
289293
--sticky-header-buffer: calc(var(--topbar-height) + var(--sticky-header-height));
290294
}

report/assets/templates.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,6 @@
224224
border: none;
225225
padding: 0;
226226
font: inherit;
227-
outline: inherit;
228227
}
229228
.lh-tools__button svg {
230229
fill: var(--tools-icon-color);

report/renderer/components.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)