mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
fix(search): wrap search icon with div
This commit is contained in:
parent
3826002aab
commit
aa0b960f56
1 changed files with 3 additions and 1 deletions
|
@ -103,7 +103,9 @@
|
|||
class:bx--search--xl="{size === 'xl'}"
|
||||
class="{searchClass}"
|
||||
>
|
||||
<Search16 class="bx--search-magnifier" />
|
||||
<div class:bx--search-magnifier="{true}">
|
||||
<Search16 class="bx--search-magnifier-icon" />
|
||||
</div>
|
||||
<label id="{id}-search" for="{id}" class:bx--label="{true}"
|
||||
>{labelText}</label
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue