Skip to content

Commit b841935

Browse files
committed
Fixes AB#1055: Selected tab in high-contrast mode
1 parent b8c9ba5 commit b841935

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

desktop/src/app/styles/vendor/material-theme.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,4 +211,14 @@ mat-calendar .mat-calendar-table-header {
211211
mat-dialog-container {
212212
border: 1px solid currentColor;
213213
}
214+
.mat-tab-label {
215+
bl-button {
216+
border: none;
217+
}
218+
&.mat-tab-label-active, &.mat-tab-label-active > .mat-tab-label-content {
219+
background-color: Highlight;
220+
color: Canvas;
221+
forced-color-adjust: none;
222+
}
223+
}
214224
}

0 commit comments

Comments
 (0)