Sha256: b092049774bcf909042818bdb5b9756405334250f02ff5e7f72a14fd217cd23d

Contents?: true

Size: 427 Bytes

Versions: 33

Compression:

Stored size: 427 Bytes

Contents

@use "../base/button" as *;

.pagy.nav a {
  @include button-text;
  border: 2px solid transparent;

  &[aria-disabled] {
    pointer-events: none;
    color: var(--site-disabled);
    font-weight: 500;
  }

  &[aria-current] {
    @include button-outline;
    pointer-events: none;
  }

  &[href]:hover {
    text-decoration: none;
  }

  &:first-child {
    padding-left: 0;
  }

  &:last-child {
    padding-right: 0;
  }
}

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
katalyst-koi-4.10.2 app/assets/stylesheets/koi/components/_pagy.scss
katalyst-koi-4.10.1 app/assets/stylesheets/koi/components/_pagy.scss
katalyst-koi-4.10.0 app/assets/stylesheets/koi/components/_pagy.scss
katalyst-koi-4.9.5 app/assets/stylesheets/koi/components/_pagy.scss
katalyst-koi-4.9.4 app/assets/stylesheets/koi/components/_pagy.scss
katalyst-koi-4.9.3 app/assets/stylesheets/koi/components/_pagy.scss
katalyst-koi-4.9.2 app/assets/stylesheets/koi/components/_pagy.scss
katalyst-koi-4.9.1 app/assets/stylesheets/koi/components/_pagy.scss
katalyst-koi-4.9.0 app/assets/stylesheets/koi/components/_pagy.scss
katalyst-koi-4.8.1 app/assets/stylesheets/koi/components/_pagy.scss
katalyst-koi-4.8.0 app/assets/stylesheets/koi/components/_pagy.scss
katalyst-koi-4.7.3 app/assets/stylesheets/koi/components/_pagy.scss
katalyst-koi-4.6.0 app/assets/stylesheets/koi/components/_pagy.scss