Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ra3orblade committed Nov 15, 2024
1 parent 184c992 commit 3590143
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scss/block/dataview/view/grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
.row { white-space: nowrap; box-shadow: 0px 1px var(--color-shape-secondary) inset; margin-left: 2px !important; width: calc(100% - 4px); height: 48px; }
.row.isArchived *, .row.isDeleted * { text-decoration: line-through; color: var(--color-control-active); }
.row:hover { background-color: var(--color-shape-highlight-light); }
.row.add { margin-top: -2px; }

.row > .selectionTarget,
.row > .dropTarget > .selectionTarget { display: grid; }
Expand Down

0 comments on commit 3590143

Please sign in to comment.