lightspeeddevelopment/lsx

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

Summary

Maintainability
Test Coverage

Line should be indented with spaces, not tabs
Open

    padding-right: 0;

Line should be indented with spaces, not tabs
Open

    .has-sidebar & {

Line should be indented with spaces, not tabs
Open

    .media-list {

Selector should have depth of applicability no greater than 3, but was 5
Open

                & > p {

Line should be indented with spaces, not tabs
Open

    .has-sidebar & {

Line should be indented with spaces, not tabs
Open

    & > .comment-form {

Properties should be ordered border-radius, border-style, border-width, height, margin-right, padding, width
Open

                border-style: solid;

Selector should have depth of applicability no greater than 3, but was 5
Open

                & > time { font-size: 13px; }

Selector should have depth of applicability no greater than 3, but was 4
Open

            .media-heading {

Line should be indented with spaces, not tabs
Open

    width: 100%;

Line should be indented with spaces, not tabs
Open

    margin-top: $lsx-large-gap;

Selector should have depth of applicability no greater than 3, but was 4
Open

            .media-body {

Line should be indented with spaces, not tabs
Open

    margin: $lsx-gap auto 0;

Unnecessary parent selector (&)
Open

    & > .comment-form {

Unnecessary parent selector (&)
Open

        & > p {

Line should be indented with spaces, not tabs
Open

    & > h3 { display: none; }

Selector should have depth of applicability no greater than 3, but was 4
Open

                .media {

Line should be indented with spaces, not tabs
Open

    @include media ('>=desktop') { width: 50%; }

Nesting should be no greater than 3, but was 4
Open

            &:not(.media-reply) {

Line should be indented with spaces, not tabs
Open

    padding-left: 0;

Unnecessary parent selector (&)
Open

            & + p { margin-top: 5px; }

Selector should have depth of applicability no greater than 3, but was 4
Open

                    &:not(.media-reply) {

Avoid using id selectors
Open

#respond {

Line should be indented with spaces, not tabs
Open

    @include media ('>=phone') { width: 75%; }

Nesting should be no greater than 3, but was 4
Open

            .media-body {

Selector should have depth of applicability no greater than 3, but was 5
Open

                    .media-object {

Nesting should be no greater than 3, but was 4
Open

                & > .media:first-of-type {

Nesting should be no greater than 3, but was 4
Open

            &.comment-notes,

Avoid using id selectors
Open

#comments {

Unnecessary parent selector (&)
Open

                & > p {

Unnecessary parent selector (&)
Open

        & > .media:first-of-type {

Unnecessary parent selector (&)
Open

                & > .media:first-of-type {

Selector should have depth of applicability no greater than 3, but was 4
Open

            label,

Unnecessary parent selector (&)
Open

                & > time { font-size: 13px; }

Begin pseudo elements with double colons: ::
Open

            &:after {

Nesting should be no greater than 3, but was 4
Open

            &:after {

Nesting should be no greater than 3, but was 4
Open

                .media {

Unnecessary parent selector (&)
Open

    & > h3 { display: none; }

Nesting should be no greater than 3, but was 4
Open

            .media-object {

Nesting should be no greater than 3, but was 4
Open

            & + p { margin-top: 5px; }

Line should be indented with spaces, not tabs
Open

    .comment-reply-title {

Nesting should be no greater than 3, but was 4
Open

            label,

Avoid qualifying attribute selectors with an element.
Open

        input[type="submit"] {

Selector should have depth of applicability no greater than 3, but was 4
Open

            .media-object {

Selector should have depth of applicability no greater than 3, but was 4
Open

                & > .media:first-of-type {

Line should be indented with spaces, not tabs
Open

    text-align: center;

Nesting should be no greater than 3, but was 4
Open

            &.form-submit { margin-top: $lsx-gap; }

Unnecessary parent selector (&)
Open

        & > small {

Nesting should be no greater than 3, but was 4
Open

            .media-heading {

There are no issues that match your filters.

Category
Status