Skip to content

Commit

Permalink
fix(react): fixed styling of med size search component (#11190)
Browse files Browse the repository at this point in the history
The Search component has some extra css styling just for md size.
Which seems to make a breaking positioning for the icon.
This fix removes this without affecting any other styling

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
TannerS and kodiakhq[bot] authored Apr 21, 2022
1 parent 02dbcad commit da1fa5e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/styles/scss/components/search/_search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,6 @@
left: rem(12px);
}

.#{$prefix}--search--md:not(.#{$prefix}--toolbar-search-container-active)
.#{$prefix}--search-magnifier-icon {
left: 0;
}

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

0 comments on commit da1fa5e

Please sign in to comment.