Skip to content

Commit d4c0ce9

Browse files
renemadsenclaude
andcommitted
fix: remove sticky column left border in workspace theme
Google Drive has no column separators — override Angular Material's built-in border-left on mat-mdc-table-sticky-border-elem-right. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1295f83 commit d4c0ce9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

eform-client/src/scss/components/_workspace-overrides.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ body.theme-workspace {
6464
border-bottom-style: solid;
6565
}
6666

67+
// Remove sticky-column left border (Google Drive has no column separators)
68+
.mat-mdc-table-sticky-border-elem-right {
69+
border-left: none !important;
70+
}
71+
6772
// --- Sort header — Google Drive style ---
6873

6974
// Hide the mtx-grid sort/filter icon (≡) only on the actively sorted column

0 commit comments

Comments
 (0)