Skip to content

Commit 92be0b6

Browse files
wolfibDevtools-frontend LUCI CQ
authored andcommitted
Replace outline-width: 0 with outline-style: none
Fixed: 458345051 Change-Id: If0ede6d43a6ae7b40c4bb54f2d606b4af4ad6e20 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/7124603 Auto-Submit: Wolfgang Beyer <[email protected]> Commit-Queue: Wolfgang Beyer <[email protected]> Commit-Queue: Alex Rudenko <[email protected]> Reviewed-by: Alex Rudenko <[email protected]>
1 parent fa72d97 commit 92be0b6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

front_end/panels/settings/emulation/components/userAgentClientHintsForm.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ hr.section-separator {
9292

9393
.input-field:focus {
9494
border: 1px solid var(--sys-color-state-focus-ring);
95-
outline-width: 0;
95+
outline-style: none;
9696
}
9797

9898
.add-container {

front_end/panels/sources/breakpointsView.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,6 @@
271271
.pause-on-uncaught-exceptions:focus,
272272
.pause-on-caught-exceptions:focus {
273273
background-color: var(--sys-color-tonal-container);
274-
outline-width: 0;
274+
outline-style: none;
275275
}
276276
}

front_end/ui/legacy/components/perf_ui/pieChart.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
}
3434

3535
:focus {
36-
outline-width: 0;
36+
outline-style: none;
3737
}
3838

3939
.pie-chart-total.selected {

front_end/ui/legacy/inspectorCommon.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ body {
3535
}
3636

3737
:focus {
38-
outline-width: 0;
38+
outline-style: none;
3939
}
4040

4141
/* Prevent UA stylesheet from overriding font-family for HTML elements. */

0 commit comments

Comments
 (0)