Skip to content

Commit 2fe5d6b

Browse files
Adjusted veritcal styles for separator
1 parent bd4cfc3 commit 2fe5d6b

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

src/plugin/styles/main.scss

+9-6
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@
106106
&:not(:last-child) {
107107
border-right: var(--vdt-border) !important;
108108
}
109+
110+
&:nth-last-child(2) {
111+
border-right: 0 !important;
112+
}
109113
}
110114
}
111115
}
@@ -135,14 +139,18 @@
135139
}
136140

137141
tfoot {
138-
> tr {
142+
tr {
139143
th {
140144
border-top: 0 !important;
141145
border-bottom: var(--vdt-border) !important;
142146

143147
&:not(:last-child) {
144148
border-right: var(--vdt-border) !important;
145149
}
150+
151+
&:nth-last-child(2) {
152+
border-right: 0 !important;
153+
}
146154
}
147155
}
148156
}
@@ -207,11 +215,6 @@
207215
position: relative;
208216
}
209217

210-
// tfoot tr th,
211-
// tfoot tr td {
212-
// border-bottom: var(--vdt-border);
213-
// }
214-
215218
.v-data-table-footer {
216219
border-bottom: var(--vdt-border);
217220
padding-bottom: 4px;

0 commit comments

Comments
 (0)