AppStateESS/InternshipInventory

View on GitHub
templates/style.css

Summary

Maintainability
Test Coverage

Don't use IDs in selectors.
Open

#changelog .exact-date {
Severity: Minor
Found in templates/style.css by csslint

Don't use IDs in selectors.
Open

#changelog h3 {
Severity: Minor
Found in templates/style.css by csslint

Don't use IDs in selectors.
Open

    #small-button1{
Severity: Minor
Found in templates/style.css by csslint

Don't use IDs in selectors.
Open

#small-button1:hover, #small-button2:hover {
Severity: Minor
Found in templates/style.css by csslint

Use of !important
Open

  width: 70.1% !important;
Severity: Minor
Found in templates/style.css by csslint

Don't use IDs in selectors.
Open

#small-button2 {
Severity: Minor
Found in templates/style.css by csslint

Don't use IDs in selectors.
Open

#changelog .comment {
Severity: Minor
Found in templates/style.css by csslint

Don't use IDs in selectors.
Open

#intern-totals {
Severity: Minor
Found in templates/style.css by csslint

Don't use IDs in selectors.
Open

#small-button1:hover, #small-button2:hover {
Severity: Minor
Found in templates/style.css by csslint

Don't use IDs in selectors.
Open

    #small-button2{
Severity: Minor
Found in templates/style.css by csslint

Don't use IDs in selectors.
Open

#small-button1 {
Severity: Minor
Found in templates/style.css by csslint

Use of !important
Open

  margin-left: 1em !important;
Severity: Minor
Found in templates/style.css by csslint

Use of !important
Open

    margin-bottom: 0 !important;
Severity: Minor
Found in templates/style.css by csslint

Adjoining classes: .tt-suggestion.tt-cursor
Open

.tt-suggestion.tt-cursor {
Severity: Minor
Found in templates/style.css by csslint

Adjoining classes: .example-enter.example-enter-active
Open

.example-enter.example-enter-active {
Severity: Minor
Found in templates/style.css by csslint

Adjoining classes: .example-leave.example-leave-active
Open

.example-leave.example-leave-active {
Severity: Minor
Found in templates/style.css by csslint

Unknown property 'overflowY'.
Open

    overflowY: 'scroll';
Severity: Minor
Found in templates/style.css by csslint

Unknown property 'overscroll-behavior'.
Open

    overscroll-behavior: auto;
Severity: Minor
Found in templates/style.css by csslint

Unknown property 'overscroll-behavior'.
Open

    overscroll-behavior: auto;
Severity: Minor
Found in templates/style.css by csslint

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

  border: .1em black solid;
Severity: Minor
Found in templates/style.css by csslint

Unknown property 'marginBottom'.
Open

    marginBottom: 10;
Severity: Minor
Found in templates/style.css by csslint

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

  border: 1px solid rgba(0, 0, 0, 0.2);
Severity: Minor
Found in templates/style.css by csslint

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

  border: .1em black solid;
Severity: Minor
Found in templates/style.css by csslint

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

    padding: 8px;
Severity: Minor
Found in templates/style.css by csslint

Unknown property 'marginTop'.
Open

    marginTop: 75;
Severity: Minor
Found in templates/style.css by csslint

Unknown property 'maxWidth'.
Open

    maxWidth: 210;
Severity: Minor
Found in templates/style.css by csslint

Unknown property 'scrollbarWidth'.
Open

    scrollbarWidth: 'thin';
Severity: Minor
Found in templates/style.css by csslint

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

    padding: 8px;
Severity: Minor
Found in templates/style.css by csslint

Attribute selectors with ^= are slow!
Open

i[class^="icon-"]:before {
Severity: Minor
Found in templates/style.css by csslint

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

#small-button1 {
Severity: Minor
Found in templates/style.css by csslint

Heading (h3) should not be qualified.
Open

#changelog h3 {
Severity: Minor
Found in templates/style.css by csslint

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

.host-overflow {
Severity: Minor
Found in templates/style.css by csslint

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

.hidden-prog {
Severity: Minor
Found in templates/style.css by csslint

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

#intern-totals {
Severity: Minor
Found in templates/style.css by csslint

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

tr.result-row td a {
Severity: Minor
Found in templates/style.css by csslint

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

.tt-suggestion.tt-cursor {
Severity: Minor
Found in templates/style.css by csslint

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

.host-add-overflow {
Severity: Minor
Found in templates/style.css by csslint

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

.tt-menu {
Severity: Minor
Found in templates/style.css by csslint

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

.tt-suggestion {
Severity: Minor
Found in templates/style.css by csslint

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

#small-button2 {
Severity: Minor
Found in templates/style.css by csslint

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

.host-container {
Severity: Minor
Found in templates/style.css by csslint

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

.select-sub-host {
Severity: Minor
Found in templates/style.css by csslint

There are no issues that match your filters.

Category
Status