Skip to content

Commit 60fd37d

Browse files
hashseedDevtools-frontend LUCI CQ
authored andcommitted
Make tab header background opaque when dragging
[email protected] Fixed: 394512275 Change-Id: I8f1f58e7d5a50eb42dc2feb97edfe4e5a012a478 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6233936 Commit-Queue: Yang Guo <[email protected]> Commit-Queue: Kim-Anh Tran <[email protected]> Reviewed-by: Kim-Anh Tran <[email protected]> Auto-Submit: Yang Guo <[email protected]>
1 parent 778b195 commit 60fd37d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

front_end/ui/legacy/tabbedPane.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,12 +250,12 @@
250250
color: var(--sys-color-primary);
251251
}
252252

253-
.tabbed-pane-header-tab.dragging {
253+
.tabbed-pane-header-tab.selected.dragging {
254254
--override-dragging-box-shadow-color: rgb(0 0 0 / 37%);
255255

256256
position: relative;
257257
box-shadow: 0 1px 4px 0 var(--override-dragging-box-shadow-color);
258-
background-color: var(--sys-color-state-hover-on-subtle);
258+
background-color: var(--app-color-toolbar-background);
259259
}
260260

261261
.theme-with-dark-background .tabbed-pane-header-tab.dragging,

0 commit comments

Comments
 (0)