fbi-cde/crime-data-frontend

View on GitHub
public/swagger/crime-data-style.css

Summary

Maintainability
Test Coverage

Use of !important
Open

  color: inherit !important;
Severity: Minor
Found in public/swagger/crime-data-style.css by csslint

Use of !important
Open

  background-color: white !important;
Severity: Minor
Found in public/swagger/crime-data-style.css by csslint

Use of !important
Open

  box-shadow: none !important;
Severity: Minor
Found in public/swagger/crime-data-style.css by csslint

Use of !important
Open

  color: #fff !important;
Severity: Minor
Found in public/swagger/crime-data-style.css by csslint

Don't use IDs in selectors.
Open

#api-key-current, .sandbox {
Severity: Minor
Found in public/swagger/crime-data-style.css by csslint

Use of !important
Open

  border-bottom: 1px solid #dddddd !important;
Severity: Minor
Found in public/swagger/crime-data-style.css by csslint

Use of !important
Open

  padding: .5rem 1.5rem !important;
Severity: Minor
Found in public/swagger/crime-data-style.css by csslint

Use of !important
Open

    display: none !important;
Severity: Minor
Found in public/swagger/crime-data-style.css by csslint

Use of !important
Open

  font-family: monospace !important;
Severity: Minor
Found in public/swagger/crime-data-style.css by csslint

Use of !important
Open

  margin-top: 1.3rem !important;
Severity: Minor
Found in public/swagger/crime-data-style.css by csslint

The universal selector (*) is known to be slow.
Open

* {
Severity: Minor
Found in public/swagger/crime-data-style.css by csslint

Unqualified attribute selectors are known to be slow.
Open

.site .sandbox_header [type=submit] {
Severity: Minor
Found in public/swagger/crime-data-style.css by csslint

The property -moz-appearance is compatible with -webkit-appearance and should be included as well.
Open

  -webkit-appearance: none;
Severity: Minor
Found in public/swagger/crime-data-style.css by csslint

Heading (h3) should not be qualified.
Open

.endpoint .heading h3 {
Severity: Minor
Found in public/swagger/crime-data-style.css by csslint

Heading (h2) should not be qualified.
Open

.site .swagger-ui-wrap .resource .heading h2 {
Severity: Minor
Found in public/swagger/crime-data-style.css by csslint

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

.site .sandbox_header [type=submit] {
Severity: Minor
Found in public/swagger/crime-data-style.css by csslint

Heading (h4) should not be qualified.
Open

.site .heading .http_method, .site .path a, .site .footer h4 {
Severity: Minor
Found in public/swagger/crime-data-style.css by csslint

There are no issues that match your filters.

Category
Status