Skip to content

Commit 40b5c3b

Browse files
renemadsenclaude
andcommitted
fix: workspace sort arrow uses dark text color, not blue
Google Drive sort arrows match the header text color, not primary blue. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e77184e commit 40b5c3b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ body.theme-workspace {
4444
border-bottom-style: solid;
4545
}
4646

47-
// Active sort indicator — only the arrow is blue (title stays normal)
47+
// Active sort indicator — arrow matches header text color (like Google Drive)
4848
.mat-sort-header-sorted .mat-sort-header-arrow {
49-
color: var(--sort-indicator-active, #0b57d0) !important;
49+
color: var(--text-header, #1f1f1f) !important;
5050
opacity: 1 !important;
5151
}
5252

0 commit comments

Comments
 (0)