Skip to content

Commit ab22975

Browse files
committed
remove tr nth-child(-n+3) td border bottom style
1 parent aba81cb commit ab22975

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"author": "HC200ok",
44
"description": "A customizable and easy-to-use data table component made with Vue.js 3.x.",
55
"private": false,
6-
"version": "1.5.41",
6+
"version": "1.5.42",
77
"types": "./types/main.d.ts",
88
"license": "MIT",
99
"files": [

src/scss/vue3-easy-data-table.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -193,11 +193,11 @@ table {
193193
color: var(--easy-table-body-row-font-color);
194194
font-size: var(--easy-table-body-row-font-size);
195195

196-
&:nth-child(-n+3) {
197-
td {
198-
border-bottom: var(--easy-table-row-border)!important;
199-
}
200-
}
196+
// &:nth-child(-n+3) {
197+
// td {
198+
// border-bottom: var(--easy-table-row-border)!important;
199+
// }
200+
// }
201201
&:last-child {
202202
td {
203203
border-bottom: none;

0 commit comments

Comments
 (0)