consul/consul

View on GitHub
app/assets/stylesheets/annotator_overrides.scss

Summary

Maintainability
Test Coverage

Color literals like hsla(52, 100%, 85%, 0.5) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    background: hsla(52, 100%, 85%, 0.5);

Color literals like hsla(51, 91%, 75%, 0.5) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    background: hsla(51, 91%, 75%, 0.5);

Color literals like hsla(50, 100%, 93%, 0.75) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

      background: hsla(50, 100%, 93%, 0.75);

Color literals like hsla(52, 100%, 85%, 0.75) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

      background: hsla(52, 100%, 85%, 0.75);

Color literals like hsla(46, 83%, 60%, 0.5) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

      background: hsla(46, 83%, 60%, 0.5);

0.75 should be written without a leading zero as .75
Open

      background: hsla(50, 100%, 93%, 0.75);

0.5 should be written without a leading zero as .5
Open

    background: hsla(50, 100%, 93%, 0.5);

0.5 should be written without a leading zero as .5
Open

    background: hsla(52, 100%, 85%, 0.5);

0.75 should be written without a leading zero as .75
Open

      background: hsla(52, 100%, 85%, 0.75);

Color literals like hsla(51, 91%, 75%, 0.75) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

      background: hsla(51, 91%, 75%, 0.75);

Properties should be ordered background, cursor
Open

  cursor: pointer;

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

  background: rgba(255, 249, 218, 0.75);

0.5 should be written without a leading zero as .5
Open

      background: hsla(46, 83%, 60%, 0.5);

0.5 should be written without a leading zero as .5
Open

    background: hsla(51, 91%, 75%, 0.5);

Color literals like hsla(50, 100%, 93%, 0.5) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    background: hsla(50, 100%, 93%, 0.5);

0.75 should be written without a leading zero as .75
Open

      background: hsla(51, 91%, 75%, 0.75);

Prefer single quoted strings
Open

  background-image: image-url("annotator_adder.png");

0.75 should be written without a leading zero as .75
Open

  background: rgba(255, 249, 218, 0.75);

Color literals like hsla(63, 78%, 86%, 0.5) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    background: hsla(63, 78%, 86%, 0.5);

0.75 should be written without a leading zero as .75
Open

      background: hsla(63, 78%, 86%, 0.75);

Color literals like hsla(46, 83%, 60%, 0.5) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    background: hsla(46, 83%, 60%, 0.5);

0.5 should be written without a leading zero as .5
Open

    background: hsla(63, 78%, 86%, 0.5);

Color literals like hsla(63, 78%, 86%, 0.75) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

      background: hsla(63, 78%, 86%, 0.75);

0.5 should be written without a leading zero as .5
Open

    background: hsla(46, 83%, 60%, 0.5);

There are no issues that match your filters.

Category
Status