mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 20:33:02 +00:00
refactor(pagination): remove hasIconOnly prop passed to Button
This commit is contained in:
parent
cda0141f75
commit
afcb6029d4
2 changed files with 0 additions and 4 deletions
|
@ -158,7 +158,6 @@
|
||||||
</span>
|
</span>
|
||||||
{/if}
|
{/if}
|
||||||
<Button
|
<Button
|
||||||
hasIconOnly
|
|
||||||
kind="ghost"
|
kind="ghost"
|
||||||
tooltipAlignment="center"
|
tooltipAlignment="center"
|
||||||
tooltipPosition="top"
|
tooltipPosition="top"
|
||||||
|
@ -174,7 +173,6 @@
|
||||||
}}"
|
}}"
|
||||||
/>
|
/>
|
||||||
<Button
|
<Button
|
||||||
hasIconOnly
|
|
||||||
kind="ghost"
|
kind="ghost"
|
||||||
tooltipAlignment="end"
|
tooltipAlignment="end"
|
||||||
tooltipPosition="top"
|
tooltipPosition="top"
|
||||||
|
|
|
@ -71,7 +71,6 @@
|
||||||
<ul class:bx--pagination-nav__list="{true}">
|
<ul class:bx--pagination-nav__list="{true}">
|
||||||
<li class:bx--pagination-nav__list-item="{true}">
|
<li class:bx--pagination-nav__list-item="{true}">
|
||||||
<Button
|
<Button
|
||||||
hasIconOnly
|
|
||||||
kind="ghost"
|
kind="ghost"
|
||||||
tooltipAlignment="center"
|
tooltipAlignment="center"
|
||||||
tooltipPosition="bottom"
|
tooltipPosition="bottom"
|
||||||
|
@ -129,7 +128,6 @@
|
||||||
{/if}
|
{/if}
|
||||||
<li class:bx--pagination-nav__list-item="{true}">
|
<li class:bx--pagination-nav__list-item="{true}">
|
||||||
<Button
|
<Button
|
||||||
hasIconOnly
|
|
||||||
kind="ghost"
|
kind="ghost"
|
||||||
tooltipAlignment="center"
|
tooltipAlignment="center"
|
||||||
tooltipPosition="bottom"
|
tooltipPosition="bottom"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue