File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
packages/graph-editor/src/css Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 16
16
background : transparent;
17
17
border-bottom : none;
18
18
z-index : 10 ;
19
+ transition : background-color 0.2s , border-bottom 0.2s , font-weight 0.2s ; /* Smooth transition for tab states */
19
20
}
20
21
21
22
.dock-tab > div {
60
61
background : var (--color-neutral-canvas-default-bg );
61
62
}
62
63
64
+ .dock-tab-active ,
65
+ .dock-tab-active : hover {
66
+ color : var (--color-neutral-canvas-minimal-fg-default );
67
+ background : var (--color-neutral-canvas-subtle-bg );
68
+ border-bottom : 2px solid var (--color-accent-stroke-default );
69
+ font-weight : var (--fontWeights-sansMedium );
70
+ position : relative;
71
+ z-index : 1 ; /* Ensure the active tab is above the ink-bar */
72
+ }
73
+
63
74
.dock-panel .dock-style-main .dock-bar {
64
75
border-bottom-color : var (--color-neutral-stroke-subtle );
65
76
}
You can’t perform that action at this time.
0 commit comments