JonSn0w/Hyde

View on GitHub
assets/css/themes/eclipse.css

Summary

Maintainability
Test Coverage

Don't use IDs in selectors.
Open

#previewPanel { box-shadow: -4px 0 12px rgba(0,0,0,0.075); }
Severity: Minor
Found in assets/css/themes/eclipse.css by csslint

Element (span.cm-keyword) is overqualified, just use .cm-keyword without element name.
Open

.cm-s-eclipse span.cm-keyword { line-height: 1em; font-weight: bold; color: #7F0055; }
Severity: Minor
Found in assets/css/themes/eclipse.css by csslint

Element (span.cm-strikethrough) is overqualified, just use .cm-strikethrough without element name.
Open

.cm-s-eclipse span.cm-strikethrough { color: #f50; }
Severity: Minor
Found in assets/css/themes/eclipse.css by csslint

Element (span.cm-property) is overqualified, just use .cm-property without element name.
Open

.cm-s-eclipse span.cm-property { color: black; }
Severity: Minor
Found in assets/css/themes/eclipse.css by csslint

Element (span.cm-builtin) is overqualified, just use .cm-builtin without element name.
Open

.cm-s-eclipse span.cm-builtin { color: #30a; }
Severity: Minor
Found in assets/css/themes/eclipse.css by csslint

Element (span.cm-attribute) is overqualified, just use .cm-attribute without element name.
Open

.cm-s-eclipse span.cm-attribute { color: #00c; }
Severity: Minor
Found in assets/css/themes/eclipse.css by csslint

Element (span.cm-meta) is overqualified, just use .cm-meta without element name.
Open

.cm-s-eclipse span.cm-meta { color: #FF1717; }
Severity: Minor
Found in assets/css/themes/eclipse.css by csslint

Element (span.cm-qualifier) is overqualified, just use .cm-qualifier without element name.
Open

.cm-s-eclipse span.cm-qualifier { color: #555; }
Severity: Minor
Found in assets/css/themes/eclipse.css by csslint

Element (span.cm-string) is overqualified, just use .cm-string without element name.
Open

.cm-s-eclipse span.cm-string { color: #2A00FF; }
Severity: Minor
Found in assets/css/themes/eclipse.css by csslint

Element (span.cm-em) is overqualified, just use .cm-em without element name.
Open

.cm-s-eclipse span.cm-em { color: #cc7; }
Severity: Minor
Found in assets/css/themes/eclipse.css by csslint

Element (span.cm-atom) is overqualified, just use .cm-atom without element name.
Open

.cm-s-eclipse span.cm-atom { color: #219; }
Severity: Minor
Found in assets/css/themes/eclipse.css by csslint

Element (span.cm-error) is overqualified, just use .cm-error without element name.
Open

.cm-s-eclipse span.cm-error { color: #f00; }
Severity: Minor
Found in assets/css/themes/eclipse.css by csslint

Element (span.cm-comment) is overqualified, just use .cm-comment without element name.
Open

.cm-s-eclipse span.cm-comment { color: #3F7F5F; }
Severity: Minor
Found in assets/css/themes/eclipse.css by csslint

Element (span.cm-bracket) is overqualified, just use .cm-bracket without element name.
Open

.cm-s-eclipse span.cm-bracket { color: #cc7; }
Severity: Minor
Found in assets/css/themes/eclipse.css by csslint

Element (span.cm-operator) is overqualified, just use .cm-operator without element name.
Open

.cm-s-eclipse span.cm-operator { color: black; }
Severity: Minor
Found in assets/css/themes/eclipse.css by csslint

Element (span.cm-string-2) is overqualified, just use .cm-string-2 without element name.
Open

.cm-s-eclipse span.cm-string-2 { color: #f50; }
Severity: Minor
Found in assets/css/themes/eclipse.css by csslint

Element (span.cm-def) is overqualified, just use .cm-def without element name.
Open

.cm-s-eclipse span.cm-def { color: #00f; }
Severity: Minor
Found in assets/css/themes/eclipse.css by csslint

Element (span.cm-tag) is overqualified, just use .cm-tag without element name.
Open

.cm-s-eclipse span.cm-tag { color: #170; }
Severity: Minor
Found in assets/css/themes/eclipse.css by csslint

Element (span.cm-number) is overqualified, just use .cm-number without element name.
Open

.cm-s-eclipse span.cm-number { color: #164; }
Severity: Minor
Found in assets/css/themes/eclipse.css by csslint

Element (span.cm-strong) is overqualified, just use .cm-strong without element name.
Open

.cm-s-eclipse span.cm-strong { color: #7F0055; }
Severity: Minor
Found in assets/css/themes/eclipse.css by csslint

Element (span.cm-link) is overqualified, just use .cm-link without element name.
Open

.cm-s-eclipse span.cm-link { color: #219; text-decoration: none;}
Severity: Minor
Found in assets/css/themes/eclipse.css by csslint

Element (span.cm-variable) is overqualified, just use .cm-variable without element name.
Open

.cm-s-eclipse span.cm-variable { color: black; }
Severity: Minor
Found in assets/css/themes/eclipse.css by csslint

Adjoining classes: .cm-s-eclipse.CodeMirror
Open

.cm-s-eclipse.CodeMirror { color: rgba(0,0,0,0.7); }
Severity: Minor
Found in assets/css/themes/eclipse.css by csslint

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

.cm-s-eclipse span.cm-keyword { line-height: 1em; font-weight: bold; color: #7F0055; }
Severity: Minor
Found in assets/css/themes/eclipse.css by csslint

There are no issues that match your filters.

Category
Status