Skip to content

Commit

Permalink
Merge branch 'develop' into feature/CXSPA-9216
Browse files Browse the repository at this point in the history
  • Loading branch information
Matejk00 authored Jan 21, 2025
2 parents 0a63159 + 8283000 commit a482ccb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions feature-libs/organization/administration/styles/_list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,17 @@
overflow: initial;
}
}

@include cx-highContrastTheme {
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
background-color: var(--cx-color-background);
color: var(--cx-color-text);
&.ng-option-marked {
background-color: var(--cx-color-text);
color: var(--cx-color-background);
}
}
}
}

// generic table styles for both vertical and stacked tables
Expand Down

0 comments on commit a482ccb

Please sign in to comment.