Skip to content

Commit e9ef075

Browse files
Merge pull request #999 from neo4j-labs/fix/dark-mode-table
Fix/dark mode table header
2 parents 1fe567a + 8a51ecf commit e9ef075

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

public/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,10 @@
110110
border-bottom: 2px solid rgba(0, 0, 0, 0.4) !important;
111111
}
112112

113+
div:has(> .table-small-header) {
114+
background: unset !important;
115+
}
116+
113117
.MuiDataGrid-footerContainer {
114118
border-top: none !important;
115119
}

0 commit comments

Comments
 (0)