Skip to content

Commit 38562dd

Browse files
mathiasbynensCommit Bot
authored and
Commit Bot
committed
Fix autofixable CSS lint issues
Bug: chromium:1083142 Change-Id: Icaaeebcdaf1e3cfc2fe2a75bf2aa5e814d0794a3 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2249665 Commit-Queue: Mathias Bynens <[email protected]> Commit-Queue: Tim van der Lippe <[email protected]> Auto-Submit: Mathias Bynens <[email protected]> Reviewed-by: Tim van der Lippe <[email protected]>
1 parent 03e780e commit 38562dd

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

front_end/network/networkTimingTable.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ table.network-timing-table > tr:not(.network-timing-table-header):not(.network-t
121121

122122
.network-timing-bar.serviceworker-respondwith,
123123
-theme-preserve {
124-
background-color: #A8A3FF;
124+
background-color: #a8a3ff;
125125
}
126126

127127
.network-timing-bar.sending,

front_end/text_editor/cmdevtools.css

-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@
186186
color: rgb(128 128 128 / 40%);
187187
}
188188

189-
190189
.CodeMirror-gutter-background.cm-breakpoint {
191190
background-color: var(--breakpoint-background-red);
192191
}

front_end/ui/suggestBox.css

+4-3
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,11 @@
101101

102102
@media (forced-colors: active) {
103103
.suggest-box-content-item.selected {
104-
forced-color-adjust: none;
105-
background-color: Highlight;
104+
forced-color-adjust: none;
105+
background-color: Highlight;
106106
}
107+
107108
.suggest-box-content-item.selected > span {
108-
color: HighlightText;
109+
color: HighlightText;
109110
}
110111
}

front_end/webauthn/webauthnPane.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
*/
66

77
.webauthn-toolbar {
8-
border-bottom: var(--divider-border);
8+
border-bottom: var(--divider-border);
99
}

0 commit comments

Comments
 (0)