lawrencechanyewlong/wherewolfpro

View on GitHub
app/assets/stylesheets/framework_and_overrides.css

Summary

Maintainability
Test Coverage

Don't use IDs in selectors.
Open

#geocoding_fields, 

Don't use IDs in selectors.
Open

#reverse_geocoding {

Use of !important
Open

  border-color: green !important;

2 IDs in the selector, really?
Open

#map-container #map-canvas img { 

Use of !important
Open

  color: #fff !important;

2 IDs in the selector, really?
Open

#map-container #map-canvas label { 

Don't use IDs in selectors.
Open

#search_options {

Use of !important
Open

  background-color: green !important;

Don't use IDs in selectors.
Open

#geocoding,

Use of !important
Open

  height: 100% !important;

Don't use IDs in selectors.
Open

#reverse_geocoding_fields {

Use of !important
Open

  position: fixed !important;

width can't be used with display: inline.
Open

  width: auto; display:inline; 

Expected end of value but found 'rem'.
Open

  font-size: 1.13 rem;

Unknown property 'front-family'.
Open

  front-family: Arial,sans-serif;

Using width with border can sometimes make elements larger than you expect.
Open

  border: 1px solid #e7e7e7;

Using width with padding can sometimes make elements larger than you expect.
Open

  padding: 6px 12px; 

Using height with border can sometimes make elements larger than you expect.
Open

  border: 1px solid #e7e7e7;

Using height with padding can sometimes make elements larger than you expect.
Open

  padding: 6px 12px; 

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

#geocoding_fields, 

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

#geocoding,

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

#map-container #map-canvas label { 

Unexpected token '/' at line 1, col 1.
Open

//***********************************************************

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

.control-text{

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

.submit_button {

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

.search_box {

Expected RBRACE at line 492, col 3.
Open

  &:hover {

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

.fullscreen{

Unexpected token '}' at line 495, col 1.
Open

}

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

.control-ui{

Outlines should only be modified using :focus.
Open

.submit_button {

There are no issues that match your filters.

Category
Status