JonSn0w/Hyde

View on GitHub
assets/css/dialog.css

Summary

Maintainability
Test Coverage

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

  border: 1px outset #3d3c3b;
Severity: Minor
Found in assets/css/dialog.css by csslint

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

  border: 1px outset #3d3c3b;
Severity: Minor
Found in assets/css/dialog.css by csslint

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

  padding-left: 4px;
Severity: Minor
Found in assets/css/dialog.css by csslint

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

  padding: .1em .8em;
Severity: Minor
Found in assets/css/dialog.css by csslint

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

.CodeMirror-search-field {
Severity: Minor
Found in assets/css/dialog.css by csslint

Unexpected token '$' at line 55, col 10.
Open

  color: $text-color;
Severity: Minor
Found in assets/css/dialog.css by csslint

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

.CodeMirror-dialog {
Severity: Minor
Found in assets/css/dialog.css by csslint

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

.CodeMirror-search-hint {
Severity: Minor
Found in assets/css/dialog.css by csslint

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

.CodeMirror-dialog-top:before {
Severity: Minor
Found in assets/css/dialog.css by csslint

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

.CodeMirror-dialog button {
Severity: Minor
Found in assets/css/dialog.css by csslint

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

.CodeMirror-dialog button:last-child {
Severity: Minor
Found in assets/css/dialog.css by csslint

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

.CodeMirror-dialog input {
Severity: Minor
Found in assets/css/dialog.css by csslint

There are no issues that match your filters.

Category
Status