Skip to content

Commit 00b9eef

Browse files
HejdaJakubxkostka2
authored andcommitted
fix: add background to active tab
* Added light gray background to active mat-tab.
1 parent 6027e67 commit 00b9eef

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

apps/admin-gui/src/_styles.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1708,6 +1708,10 @@ table .mdc-text-field--outlined {
17081708
border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;
17091709
}
17101710

1711+
.mat-mdc-tab.mdc-tab--active {
1712+
background-color: #e8e4e4;
1713+
}
1714+
17111715
.mdc-data-table__cell {
17121716
border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;
17131717
}

apps/password-reset/src/_styles.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,10 @@ mat-form-field mat-icon {
171171
border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;
172172
}
173173

174+
.mat-mdc-tab.mdc-tab--active {
175+
background-color: #e8e4e4;
176+
}
177+
174178
.mdc-data-table__cell {
175179
border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;
176180
}

apps/publications/src/_styles.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,10 @@ mat-form-field mat-icon {
430430
border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;
431431
}
432432

433+
.mat-mdc-tab.mdc-tab--active {
434+
background-color: #e8e4e4;
435+
}
436+
433437
.mdc-data-table__cell {
434438
border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;
435439
}

apps/user-profile/src/_styles.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,10 @@ mat-list-item .mat-mdc-form-field-subscript-wrapper {
329329
border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;
330330
}
331331

332+
.mat-mdc-tab.mdc-tab--active {
333+
background-color: #e8e4e4;
334+
}
335+
332336
.mdc-data-table__cell {
333337
border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;
334338
}

0 commit comments

Comments
 (0)