BZCoding/bz-contact-php

View on GitHub
app/themes/landing2/assets/css/style.css

Summary

Maintainability
Test Coverage

Don't use IDs in selectors.
Open

#contact-form-top, #contact-form-bottom {

Don't use IDs in selectors.
Open

#contact-form-top, #contact-form-bottom {

Don't use IDs in selectors.
Open

#action {

Don't use IDs in selectors.
Open

#content h2 {

Don't use IDs in selectors.
Open

#content {

Adjoining classes: .button.button-primary
Open

.button.button-primary,

Adjoining classes: .button.button-primary:focus
Open

.button.button-primary:focus,

Adjoining classes: .button.button-primary:focus
Open

.button.button-primary:focus,

Adjoining classes: .button.button-primary:hover
Open

.button.button-primary:hover,

Adjoining classes: .button.button-primary:hover
Open

.button.button-primary:hover,

Unqualified attribute selectors are known to be slow.
Open

[role="contentinfo"] {

Element (label.privacy) is overqualified, just use .privacy without element name.
Open

label.privacy {

Heading (h1) has already been defined.
Open

  .hero h1 {

Heading (h1) should not be qualified.
Open

  .hero h1 small {

Heading (h1) should not be qualified.
Open

.hero h1 small {

Heading (h2) should not be qualified.
Open

#content h2 {

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

#content h2 {

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

.hero {

Heading (h1) should not be qualified.
Open

.hero h1 {

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

[role="contentinfo"] {

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

.hero h1 small {

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

fieldset label {

Heading (h1) should not be qualified.
Open

  .hero h1 {

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

.button.button-primary:hover,

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

.button.button-primary,

There are no issues that match your filters.

Category
Status