Skip to content

Commit c814a2f

Browse files
authored
Use correct CSS variable for header background (#778)
1 parent fc84b43 commit c814a2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodes/ui_base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
color: var(--red-ui-secondary-text-color-disabled, var(--nr-db-disabled-text));
6060
}
6161
.nr-db-sb-tab-list-header {
62-
background: var(--red-ui-secondary-background-selected, var(--nr-db-light-text));
62+
background: var(--red-ui-primary-background, var(--nr-db-light-text));
6363
padding:5px;
6464
}
6565
.nr-db-sb-group-list-header:hover,

0 commit comments

Comments
 (0)