We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd4cfc3 commit 2fe5d6bCopy full SHA for 2fe5d6b
src/plugin/styles/main.scss
@@ -106,6 +106,10 @@
106
&:not(:last-child) {
107
border-right: var(--vdt-border) !important;
108
}
109
+
110
+ &:nth-last-child(2) {
111
+ border-right: 0 !important;
112
+ }
113
114
115
@@ -135,14 +139,18 @@
135
139
136
140
137
141
tfoot {
138
- > tr {
142
+ tr {
143
th {
144
border-top: 0 !important;
145
border-bottom: var(--vdt-border) !important;
146
147
148
149
150
151
152
153
154
155
156
@@ -207,11 +215,6 @@
207
215
position: relative;
208
216
209
217
210
- // tfoot tr th,
211
- // tfoot tr td {
212
- // border-bottom: var(--vdt-border);
213
- // }
214
-
218
.v-data-table-footer {
219
border-bottom: var(--vdt-border);
220
padding-bottom: 4px;
0 commit comments