Skip to content

Commit

Permalink
moved border-top styling from arow to acell
Browse files Browse the repository at this point in the history
  • Loading branch information
crabinak committed Jan 30, 2025
1 parent d7e8f0d commit 5db4044
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions atable/src/components/ACell.vue
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ const updateCellData = (payload: Event) => {
order: 1;
white-space: nowrap;
max-width: 40ch;
border-top: 1px solid var(--sc-row-border-color);
}
.atable-cell a {
color: var(--sc-cell-text-color);
Expand Down
1 change: 0 additions & 1 deletion atable/src/components/ARow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ if (addNavigation) {
@import url('@stonecrop/themes/default.css');
.atable-row {
border-top: 1px solid var(--sc-row-border-color);
display: flex;
background-color: white;
}
Expand Down

0 comments on commit 5db4044

Please sign in to comment.