diff --git a/.github/actions/prototype-kit-test/action.yml b/.github/actions/prototype-kit-test/action.yml index ec1be4c7..d5c80f07 100644 --- a/.github/actions/prototype-kit-test/action.yml +++ b/.github/actions/prototype-kit-test/action.yml @@ -47,7 +47,7 @@ runs: echo -e "{% from \"nationalarchives/components/hero/macro.njk\" import tnaHero %}\n$(cat prototype/app/views/index.html)" > prototype/app/views/index.html && echo -e "{% from \"nationalarchives/components/index-grid/macro.njk\" import tnaIndexGrid %}\n$(cat prototype/app/views/index.html)" > prototype/app/views/index.html && echo -e "{% from \"nationalarchives/components/message/macro.njk\" import tnaMessage %}\n$(cat prototype/app/views/index.html)" > prototype/app/views/index.html && - echo -e "{% from \"nationalarchives/components/pagination/macro.njk\" import tnaMessage %}\n$(cat prototype/app/views/index.html)" > prototype/app/views/index.html && + echo -e "{% from \"nationalarchives/components/pagination/macro.njk\" import tnaPagination %}\n$(cat prototype/app/views/index.html)" > prototype/app/views/index.html && echo -e "{% from \"nationalarchives/components/phase-banner/macro.njk\" import tnaPhaseBanner %}\n$(cat prototype/app/views/index.html)" > prototype/app/views/index.html && echo -e "{% from \"nationalarchives/components/picture/macro.njk\" import tnaPicture %}\n$(cat prototype/app/views/index.html)" > prototype/app/views/index.html && echo -e "{% from \"nationalarchives/components/profile/macro.njk\" import tnaProfile %}\n$(cat prototype/app/views/index.html)" > prototype/app/views/index.html && diff --git a/src/nationalarchives/components/pagination/pagination.scss b/src/nationalarchives/components/pagination/pagination.scss index 055a0891..9f27d16e 100644 --- a/src/nationalarchives/components/pagination/pagination.scss +++ b/src/nationalarchives/components/pagination/pagination.scss @@ -4,7 +4,7 @@ .tna-pagination { display: flex; - gap: 1rem; + gap: 0.5rem; align-items: center; justify-content: center; flex-wrap: wrap; @@ -48,6 +48,7 @@ display: flex; align-items: center; + // gap: 0.125rem; list-style: none; } @@ -65,6 +66,14 @@ } } + &__item--current &__link { + // border-color: transparent !important; + } + + &__item &__link { + // @include colour.colour-border("keyline-dark", 0.125rem); + } + &__prev &__link, &__next &__link, &__item:not(&__item--current) &__link {