You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest version of carbon components (10.33.0) uses the following two selectors interchangeably in various areas of the CSS: bx--search-magnifier bx--search-magnifier-icon
The latest version of carbon angular components (4.48.2) and carbon react components (7.2.0) uses bx--search-magnifier, which worked correctly since at least carbon components 10.21.0 but is now broken in 10.33.0.
Either carbon components will need to align on a single selector, or the framework libraries will need to update to accommodate both:
I believe the easiest course of action would be for the Angular team to update the selector to bx--search-magnifier-icon. Normally, we reference both the old and new selectors in the styles and mark the old selector for removal in the next major release. This one seems like it slipped through the cracks. Going to transfer over to the Angular repo
The latest version of carbon components (10.33.0) uses the following two selectors interchangeably in various areas of the CSS:
bx--search-magnifier
bx--search-magnifier-icon
The latest version of carbon angular components (4.48.2) and carbon react components (7.2.0) uses
bx--search-magnifier
, which worked correctly since at least carbon components10.21.0
but is now broken in10.33.0
.Either carbon components will need to align on a single selector, or the framework libraries will need to update to accommodate both:
Any questions, please feel free to reach out. Thank you!
The text was updated successfully, but these errors were encountered: