oss-specs/specs

View on GitHub
public/css/projects.css

Summary

Maintainability
Test Coverage

Adjoining classes: button.delete-project.waiting
Open

button.delete-project.waiting {
Severity: Minor
Found in public/css/projects.css by csslint

Fallback color (hex or RGB) should precede RGBA color.
Open

  color: rgba(100, 100, 100, 0.5);
Severity: Minor
Found in public/css/projects.css by csslint

Fallback background-color (hex or RGB) should precede RGBA background-color.
Open

  background-color: rgba(255, 100, 0, 0.7);
Severity: Minor
Found in public/css/projects.css by csslint

Fallback background-color (hex or RGB) should precede RGBA background-color.
Open

  background-color: rgba(255, 100, 0, 0.5);
Severity: Minor
Found in public/css/projects.css by csslint

Fallback background-color (hex or RGB) should precede RGBA background-color.
Open

  background-color: rgba(255, 100, 0, 0.7);
Severity: Minor
Found in public/css/projects.css by csslint

Element (button.delete-project.waiting) is overqualified, just use .waiting without element name.
Open

button.delete-project.waiting {
Severity: Minor
Found in public/css/projects.css by csslint

TODO found
Open

/* TODO: standardise and reuse styling via pre-processor */
Severity: Minor
Found in public/css/projects.css by fixme

Rule doesn't have all its properties in alphabetical order.
Open

  .add-project-container {
Severity: Minor
Found in public/css/projects.css by csslint

Heading (h2) should not be qualified.
Open

.projects h2 {
Severity: Minor
Found in public/css/projects.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.project-link {
Severity: Minor
Found in public/css/projects.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

button.delete-project {
Severity: Minor
Found in public/css/projects.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

footer .app-version {
Severity: Minor
Found in public/css/projects.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.projects input {
Severity: Minor
Found in public/css/projects.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.project-controls > section {
Severity: Minor
Found in public/css/projects.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  .add-project-container {
Severity: Minor
Found in public/css/projects.css by csslint

There are no issues that match your filters.

Category
Status