Skip to content

Commit a373e8d

Browse files
Kateryna ProkopenkoDevtools-frontend LUCI CQ
authored andcommitted
Fix input selection text color
Bug: 394380759 Change-Id: I0f3e71d2a057c721d59140f14254ccf0b1c5196c Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6239497 Commit-Queue: Kateryna Prokopenko <[email protected]> Commit-Queue: Benedikt Meurer <[email protected]> Auto-Submit: Kateryna Prokopenko <[email protected]> Reviewed-by: Benedikt Meurer <[email protected]>
1 parent 3e04727 commit a373e8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front_end/ui/legacy/inspectorCommon.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ body {
4949
font-size: var(--source-code-font-size) !important; /* stylelint-disable-line declaration-no-important */
5050
white-space: pre-wrap;
5151

52-
&::selection {
52+
&:not(input)::selection {
5353
color: var(--sys-color-on-surface);
5454
}
5555
}

0 commit comments

Comments
 (0)