Skip to content

Commit

Permalink
#2125 Enhanced visibility of highlighted text (#2126)
Browse files Browse the repository at this point in the history
Signed-off-by: Prince Sanchez <[email protected]>
  • Loading branch information
PRINCESANCHEZ authored Sep 18, 2024
1 parent 5c20cb5 commit 3863c6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions canvas_modules/common-canvas/src/palette/palette.scss
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ $palette-search-container-height: 41px;
padding: $spacing-05 10px 0 58px;

& mark {
color: $button-primary;
color: $interactive;
background-color: $highlight;
font-weight: 500;
}
Expand All @@ -140,7 +140,7 @@ $palette-search-container-height: 41px;
width: calc(100% - 68px);
line-height: 1;
& mark {
color: $button-primary;
color: $interactive;
background-color: $highlight;
font-weight: 500;
}
Expand All @@ -161,7 +161,7 @@ $palette-search-container-height: 41px;
width: 100%; // Needed when the description is only one line long

& mark {
color: $button-primary;
color: $interactive;
background-color: $highlight;
font-weight: 500;
}
Expand Down

0 comments on commit 3863c6b

Please sign in to comment.