refactor(pagination): remove hasIconOnly prop passed to Button

This commit is contained in:
Eric Liu 2022-03-20 08:37:53 -07:00
commit afcb6029d4
2 changed files with 0 additions and 4 deletions

View file

@ -158,7 +158,6 @@
</span>
{/if}
<Button
hasIconOnly
kind="ghost"
tooltipAlignment="center"
tooltipPosition="top"
@ -174,7 +173,6 @@
}}"
/>
<Button
hasIconOnly
kind="ghost"
tooltipAlignment="end"
tooltipPosition="top"

View file

@ -71,7 +71,6 @@
<ul class:bx--pagination-nav__list="{true}">
<li class:bx--pagination-nav__list-item="{true}">
<Button
hasIconOnly
kind="ghost"
tooltipAlignment="center"
tooltipPosition="bottom"
@ -129,7 +128,6 @@
{/if}
<li class:bx--pagination-nav__list-item="{true}">
<Button
hasIconOnly
kind="ghost"
tooltipAlignment="center"
tooltipPosition="bottom"