Skip to content

Commit 2d9ff15

Browse files
author
Hrvoje Vucic
committed
Set datatable header background to be transparent
1 parent 93bacd1 commit 2d9ff15

File tree

1 file changed

+6
-0
lines changed
  • client/components/repository/Workflow/Overview

1 file changed

+6
-0
lines changed

client/components/repository/Workflow/Overview/index.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,12 @@ export default {
110110
$row-background: var(--v-primary-lighten4);
111111
112112
.overview ::v-deep {
113+
thead.v-data-table-header {
114+
tr th {
115+
background: transparent;
116+
}
117+
}
118+
113119
.column-name {
114120
max-width: 17.75rem;
115121
}

0 commit comments

Comments
 (0)