mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 02:41:05 +00:00
fix(button): resolve visual regression in Pagination
, PaginationNav
(#1495)
This commit is contained in:
parent
17db8e25d3
commit
1a65882973
1 changed files with 2 additions and 1 deletions
|
@ -175,7 +175,8 @@
|
||||||
<slot /><svelte:component
|
<slot /><svelte:component
|
||||||
this="{icon}"
|
this="{icon}"
|
||||||
aria-hidden="true"
|
aria-hidden="true"
|
||||||
class="{hasIconOnly ? '' : 'bx--btn__icon'}"
|
class="bx--btn__icon"
|
||||||
|
style="{hasIconOnly ? 'margin-left: 0' : undefined}"
|
||||||
aria-label="{iconDescription}"
|
aria-label="{iconDescription}"
|
||||||
/>
|
/>
|
||||||
</button>
|
</button>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue