JonSn0w/Hyde

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

Summary

Maintainability
Test Coverage

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

.cm-s-monokai span.cm-url { color: #A6E22E; }
Severity: Minor
Found in assets/css/themes/monokai.css by csslint

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

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

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

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

Element (div.CodeMirror-cursor) is overqualified, just use .CodeMirror-cursor without element name.
Open

.cm-s-monokai div.CodeMirror-cursor {    border-left: 3px solid #F8F8F2; }
Severity: Minor
Found in assets/css/themes/monokai.css by csslint

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

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

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

.cm-s-monokai span.cm-error { background: #FD2632; color: #F8F8F0; }
Severity: Minor
Found in assets/css/themes/monokai.css by csslint

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

.cm-s-monokai span.cm-hr { color: #FD971F; }
Severity: Minor
Found in assets/css/themes/monokai.css by csslint

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

.cm-s-monokai span.cm-header { color: #F92672; }
Severity: Minor
Found in assets/css/themes/monokai.css by csslint

Standard property 'box-shadow' should come after vendor-prefixed property '-webkit-box-shadow'.
Open

    -webkit-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5);
Severity: Minor
Found in assets/css/themes/monokai.css by csslint

Adjoining classes: .cm-s-monokai span.cm-em.cm-strong
Open

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

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

.cm-s-monokai .CodeMirror-gutters {
Severity: Minor
Found in assets/css/themes/monokai.css by csslint

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

.cm-s-monokai {
Severity: Minor
Found in assets/css/themes/monokai.css by csslint

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

.cm-s-monokai .cm-def { font-style: italic;    color: #FD971F; }
Severity: Minor
Found in assets/css/themes/monokai.css by csslint

There are no issues that match your filters.

Category
Status