File "_pagination.scss"

Full Path: /home/vantageo/public_html/cache/cache/.wp-cli/wp-content/plugins/wp-phpmyadmin-extension/lib/phpMyAdmin/themes/pmahomme/scss/_pagination.scss
File size: 283 bytes
MIME-type: text/plain
Charset: utf-8

.page-link {
  background-image: linear-gradient(#fff, #e0e0e0);

  &:hover {
    text-decoration: $link-hover-decoration;
  }
}

.page-item {
  &.active .page-link {
    background-image: linear-gradient(#bbb, #fff);
  }

  &.disabled .page-link {
    background-image: none;
  }
}