AyuntamientoMadrid/participacion

View on GitHub

Showing 2,520 of 2,520 total issues

Color literals like rgba(255, 255, 255, 0.5) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

  color: rgba(255, 255, 255, 0.5);

Color literals like rgba(0, 0, 0, 0.15) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

      box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);

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

      a {

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

      &.is-active {

Properties should be ordered background, border-bottom, border-top-left-radius, border-top-right-radius, display, margin-bottom, margin-right, margin-top
Open

      display: inline-block;

Color literals like #ccdbe6 should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

      background: #ccdbe6;

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

      select {

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

      ul {

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

        .open::before {

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

      &::-webkit-details-marker {

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

          .icon-banner::before,

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

        summary {

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

        .publish-comment {

Color literals like #838383 should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

              color: #838383;

Color literals like #d0d0d0 should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

            border-right: 1px solid #d0d0d0;

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

            p {

Color literals like #838383 should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

                  color: #838383;

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

      .icon-expand {

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

      .icon-expand {

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

      > :first-child {
Severity
Category
Status
Source
Language