Skip to content

Commit

Permalink
remove tr nth-child(-n+3) td border bottom style
Browse files Browse the repository at this point in the history
  • Loading branch information
HC200ok committed Mar 22, 2023
1 parent aba81cb commit ab22975
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "HC200ok",
"description": "A customizable and easy-to-use data table component made with Vue.js 3.x.",
"private": false,
"version": "1.5.41",
"version": "1.5.42",
"types": "./types/main.d.ts",
"license": "MIT",
"files": [
Expand Down
10 changes: 5 additions & 5 deletions src/scss/vue3-easy-data-table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -193,11 +193,11 @@ table {
color: var(--easy-table-body-row-font-color);
font-size: var(--easy-table-body-row-font-size);

&:nth-child(-n+3) {
td {
border-bottom: var(--easy-table-row-border)!important;
}
}
// &:nth-child(-n+3) {
// td {
// border-bottom: var(--easy-table-row-border)!important;
// }
// }
&:last-child {
td {
border-bottom: none;
Expand Down

0 comments on commit ab22975

Please sign in to comment.