Skip to content

Commit e77184e

Browse files
renemadsenclaude
andcommitted
fix: workspace sort indicator — only arrow is blue, title stays normal
Matches Google Drive pattern where column title text stays in default color and only the sort direction arrow is highlighted in blue. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 35baaf2 commit e77184e

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

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

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

47-
// Active sort indicator — blue arrow
48-
.mat-sort-header-sorted .mat-sort-header-content {
49-
color: var(--sort-indicator-active, #0b57d0);
50-
}
51-
47+
// Active sort indicator — only the arrow is blue (title stays normal)
5248
.mat-sort-header-sorted .mat-sort-header-arrow {
5349
color: var(--sort-indicator-active, #0b57d0) !important;
50+
opacity: 1 !important;
5451
}
5552

5653
// mtx-grid table overrides

0 commit comments

Comments
 (0)