Skip to content

Commit

Permalink
Merge pull request #960 from nextcloud/vertical-lines
Browse files Browse the repository at this point in the history
feat: add vertical column lines to Tables
  • Loading branch information
enjeck authored Apr 2, 2024
2 parents 7d0db31 + 3d256cc commit f2fab65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/components/ncTable/sections/CustomTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ export default {
td {
text-align: left;
vertical-align: middle;
border-bottom: 1px solid var(--color-border);
border: 1px solid var(--color-border-dark);
}
tr:active, tr:hover, tr:focus, tr:hover .editor-wrapper .editor {
Expand Down

0 comments on commit f2fab65

Please sign in to comment.