Skip to content

Commit 9ea030c

Browse files
bodnaraHejdaJakub
authored andcommitted
fix: Highlight table column headers
* Table header is now bold to distinguish form table cells
1 parent 8eda3fb commit 9ea030c

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

apps/admin-gui/src/_styles.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1693,4 +1693,5 @@ table .mdc-text-field--outlined {
16931693
position: sticky !important;
16941694
top: 0;
16951695
z-index: 100;
1696+
font-weight: bold !important;
16961697
}

apps/consolidator/src/_styles.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,4 +267,5 @@ mat-icon {
267267
position: sticky !important;
268268
top: 0;
269269
z-index: 100;
270+
font-weight: bold !important;
270271
}

apps/publications/src/_styles.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,4 +439,5 @@ mat-form-field mat-icon {
439439
position: sticky !important;
440440
top: 0;
441441
z-index: 100;
442+
font-weight: bold !important;
442443
}

apps/user-profile/src/_styles.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,4 +338,5 @@ mat-list-item .mat-mdc-form-field-subscript-wrapper {
338338
position: sticky !important;
339339
top: 0;
340340
z-index: 100;
341+
font-weight: bold !important;
341342
}

0 commit comments

Comments
 (0)