We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a0f503 commit ca84d9fCopy full SHA for ca84d9f
packages/dialtone-vue2/components/pagination/pagination.vue
@@ -7,10 +7,9 @@
7
class="d-pagination__button"
8
data-qa="dt-pagination-prev"
9
:aria-label="prevAriaLabel"
10
- :kind="isFirstPage ? 'default' : 'muted'"
11
- :importance="isFirstPage ? 'primary' : 'clear'"
+ kind="muted"
+ importance="clear"
12
:disabled="isFirstPage"
13
- :class="isFirstPage ? 'd-fc-black-300 d-bgc-transparent' : 'd-fc-tertiary'"
14
@click="changePage(currentPage - 1)"
15
>
16
<template #icon>
@@ -53,8 +52,7 @@
53
52
:aria-label="nextAriaLabel"
54
:disabled="isLastPage"
55
kind="muted"
56
- :importance="isLastPage ? 'primary' : 'clear'"
57
- :class="isLastPage ? 'd-fc-black-300 d-bgc-transparent' : 'd-fc-tertiary'"
58
@click="changePage(currentPage + 1)"
59
60
0 commit comments