Skip to content

Commit

Permalink
fix: (CXSPA-9048) - Fix popover and dropdown appearance when a High C…
Browse files Browse the repository at this point in the history
…ontrast Theme is applied. (#19840)
  • Loading branch information
petarmarkov9449 authored Jan 20, 2025
1 parent 40c9daa commit 8283000
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 8283000

Please sign in to comment.