Skip to content

Commit fc4247c

Browse files
AlinaVarkkiDevtools-frontend LUCI CQ
authored andcommitted
[RPP] Button hover state
Bug: 405916098 Change-Id: Ib7dd95d38edb806620d68b07af97a7702e7204d7 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6387364 Commit-Queue: Alina Varkki <[email protected]> Reviewed-by: Jack Franklin <[email protected]> Auto-Submit: Alina Varkki <[email protected]> Commit-Queue: Jack Franklin <[email protected]>
1 parent 6b1b791 commit fc4247c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

front_end/panels/timeline/overlays/components/entryLabelOverlay.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@
7373
&.disabled {
7474
background: var(--sys-color-surface5);
7575
}
76+
77+
&:hover {
78+
background: var(--sys-color-state-hover-on-subtle);
79+
}
7680
}
7781

7882
.generate-label-text {

0 commit comments

Comments
 (0)