Skip to content

Commit 0446077

Browse files
jackfranklinDevtools-frontend LUCI CQ
authored andcommitted
RPP: fix bad dark mode hover state on 3P Insight
Light mode: https://screenshot.googleplex.com/ACdvQHRkH67UWWC Dark mode: https://screenshot.googleplex.com/SPTarX2SCG4n4g7 Fixed: 382180478 Change-Id: I3e727afd60781502169be3deea83bedcda1626d3 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6070378 Auto-Submit: Jack Franklin <[email protected]> Reviewed-by: Connor Clark <[email protected]> Commit-Queue: Connor Clark <[email protected]>
1 parent 26bc275 commit 0446077

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

front_end/panels/timeline/components/insights/table.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ table.interactive tbody tr {
2828

2929
table.interactive tbody tr:hover,
3030
table.interactive tbody tr.selected {
31-
background-color: var(--app-color-performance-sidebar-table-row-hover);
31+
background-color: var(--sys-color-state-hover-on-subtle);
3232
}
3333

3434
table thead th {

front_end/ui/legacy/themeColors.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,6 @@
376376
--app-color-performance-sidebar-time-range: var(--ref-palette-pink60);
377377
--app-color-performance-sidebar-label-text-dark: var(--ref-palette-neutral10);
378378
--app-color-performance-sidebar-label-text-light: var(--ref-palette-neutral100);
379-
--app-color-performance-sidebar-table-row-hover: #f0f3f9;
380379

381380
/**
382381
* Colors for cards.

0 commit comments

Comments
 (0)