Browse Source

fix(gui-v2): remove underline for pagination

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/3271/head
Pranav C 2 years ago
parent
commit
2a503a95c6
  1. 6
      packages/nc-gui-v2/components/smartsheet/Pagination.vue

6
packages/nc-gui-v2/components/smartsheet/Pagination.vue

@ -49,12 +49,14 @@ const page = computed({
<style scoped>
:deep(.ant-pagination-item a) {
@apply text-sm !leading-[21px];
@apply text-sm !leading-[21px] !no-underline;
}
:deep(.ant-pagination-item:not(.ant-pagination-item-active) a) {
line-height: 21px !important;
@apply text-sm text-gray-500;
@apply text-sm !text-gray-500 ;
}
:deep(.ant-pagination-item-link) {
@apply text-gray-500;
}

Loading…
Cancel
Save