Skip to content

Commit

Permalink
fix: (CXSPA-9043) account summaries inputs border visibility fix (#19788
Browse files Browse the repository at this point in the history
  • Loading branch information
uroslates authored Dec 18, 2024
1 parent 25b0cd5 commit 81e0023
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ cx-account-summary-document-filter {
border-style: solid;
border-color: var(--cx-color-light);
border-radius: 4px;
@include forFeature('a11yImproveContrast') {
border-color: var(--cx-color-dark);
}
}

.cx-account-summary-document-filter-form-button-block {
Expand Down

0 comments on commit 81e0023

Please sign in to comment.