Skip to content

Commit

Permalink
Fixes AB#1055: Selected tab in high-contrast mode
Browse files Browse the repository at this point in the history
  • Loading branch information
gingi committed Jan 5, 2024
1 parent b8c9ba5 commit b841935
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions desktop/src/app/styles/vendor/material-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -211,4 +211,14 @@ mat-calendar .mat-calendar-table-header {
mat-dialog-container {
border: 1px solid currentColor;
}
.mat-tab-label {
bl-button {
border: none;
}
&.mat-tab-label-active, &.mat-tab-label-active > .mat-tab-label-content {
background-color: Highlight;
color: Canvas;
forced-color-adjust: none;
}
}
}

0 comments on commit b841935

Please sign in to comment.