Skip to content

Commit

Permalink
fix(Search): match close button border color - light variant (#9489)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
tw15egan and kodiakhq[bot] authored Aug 27, 2021
1 parent e205e82 commit 7a1779b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/components/src/components/search/_search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@
background: $field-02;
}

.#{$prefix}--search--light .#{$prefix}--search-close::before {
background: $field-02;
}

// Small styles
.#{$prefix}--search--sm .#{$prefix}--search-input,
.#{$prefix}--search--sm.#{$prefix}--search--expandable.#{$prefix}--search--expanded
Expand Down
4 changes: 4 additions & 0 deletions packages/styles/scss/components/search/_search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@
background: $field-02;
}

.#{$prefix}--search--light .#{$prefix}--search-close::before {
background: $field-02;
}

// Small styles
.#{$prefix}--search--sm .#{$prefix}--search-input,
.#{$prefix}--search--sm.#{$prefix}--search--expandable.#{$prefix}--search--expanded
Expand Down

0 comments on commit 7a1779b

Please sign in to comment.