lightspeeddevelopment/lsx

View on GitHub
assets/css/scss/layout/_pagination.scss

Summary

Maintainability
Test Coverage

Each selector in a comma sequence should be on its own single line
Open

.woo-pagination, .lsx-postnav {

Properties should be ordered border-radius, border-style, border-width, cursor, display, height, line-height, text-align, vertical-align, width
Open

            display: inline-block;

Line should be indented with spaces, not tabs
Open

    & > .page-numbers,

Begin pseudo elements with double colons: ::
Open

        &:before { content: $fa-var-angle-double-left; }

Line should be indented with spaces, not tabs
Open

    & > .next {

Line should be indented with spaces, not tabs
Open

    & > .prev,

Line should be indented with spaces, not tabs
Open

    display: block;

Line should be indented with spaces, not tabs
Open

    margin-top: 30px;

Line should be indented with spaces, not tabs
Open

    & > span.dots { width: 20px; }

Avoid qualifying class selectors with an element.
Open

    & > span.dots { width: 20px; }

Line should be indented with spaces, not tabs
Open

    & > .prev {

Unnecessary parent selector (&)
Open

    & > .prev,

Each selector in a comma sequence should be on its own single line
Open

.lsx-pagination, .envira-pagination,

Unnecessary parent selector (&)
Open

    & > .prev {

Begin pseudo elements with double colons: ::
Open

        &,

Unnecessary parent selector (&)
Open

        & > .meta-nav { display: none; }

Line should be indented with spaces, not tabs
Open

    text-align: center;

Unnecessary parent selector (&)
Open

    & > .page-numbers,

Begin pseudo elements with double colons: ::
Open

        &,

Unnecessary parent selector (&)
Open

    & > span.dots { width: 20px; }

Unnecessary parent selector (&)
Open

    & > .next {

Begin pseudo elements with double colons: ::
Open

        &:before { content: $fa-var-angle-double-right; }

Begin pseudo elements with double colons: ::
Open

        &:before {

Line should be indented with spaces, not tabs
Open

    position: relative;

There are no issues that match your filters.

Category
Status