fix: retain hover background on active workspace tabs
This commit is contained in:
@@ -447,6 +447,7 @@ body {
|
|||||||
.workspace-tabs .n-tabs-tab--active {
|
.workspace-tabs .n-tabs-tab--active {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
.workspace-tabs .n-tabs-tab--active,
|
||||||
.workspace-tabs .n-tabs-tab:hover {
|
.workspace-tabs .n-tabs-tab:hover {
|
||||||
background: var(--app-subtle);
|
background: var(--app-subtle);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user