howardpanton/angular-2-webpack-seed

View on GitHub
public/css/styles.css

Summary

Maintainability
Test Coverage

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

  -webkit-appearance: textfield;
Severity: Minor
Found in public/css/styles.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/css/styles.css by csslint

The box-sizing property isn't supported in IE6 and IE7.
Open

  box-sizing: content-box;
Severity: Minor
Found in public/css/styles.css by csslint

The box-sizing property isn't supported in IE6 and IE7.
Open

  box-sizing: content-box;
Severity: Minor
Found in public/css/styles.css by csslint

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

  -webkit-appearance: button;
Severity: Minor
Found in public/css/styles.css by csslint

The box-sizing property isn't supported in IE6 and IE7.
Open

  box-sizing: border-box;
Severity: Minor
Found in public/css/styles.css by csslint

Unqualified attribute selectors are known to be slow.
Open

[hidden],
Severity: Minor
Found in public/css/styles.css by csslint

Expected (none | button | button-bevel | caps-lock-indicator | caret | checkbox | default-button | listbox | listitem | media-fullscreen-button | media-mute-button | media-play-button | media-seek-back-button | media-seek-forward-button | media-slider | media-sliderthumb | menulist | menulist-button | menulist-text | menulist-textfield | push-button | radio | searchfield | searchfield-cancel-button | searchfield-decoration | searchfield-results-button | searchfield-results-decoration | slider-horizontal | slider-vertical | sliderthumb-horizontal | sliderthumb-vertical | square-button | textarea | textfield | scrollbarbutton-down | scrollbarbutton-left | scrollbarbutton-right | scrollbarbutton-up | scrollbargripper-horizontal | scrollbargripper-vertical | scrollbarthumb-horizontal | scrollbarthumb-vertical | scrollbartrack-horizontal | scrollbartrack-vertical) but found 'textfield'.
Open

  -webkit-appearance: textfield;
Severity: Minor
Found in public/css/styles.css by csslint

Outlines should only be modified using :focus.
Open

a:active, a:hover {
Severity: Minor
Found in public/css/styles.css by csslint

There are no issues that match your filters.

Category
Status