JonSn0w/Hyde

View on GitHub
assets/css/codemirror.css

Summary

Maintainability
Test Coverage

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

  -webkit-user-select: none;
Severity: Minor
Found in assets/css/codemirror.css by csslint

Property with star prefix found.
Open

.CodeMirror span { *vertical-align: text-bottom; }
Severity: Minor
Found in assets/css/codemirror.css by csslint

Rule is empty.
Open

.cm-s-default .cm-punctuation,
Severity: Minor
Found in assets/css/codemirror.css by csslint

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

  padding-right: 3px;
Severity: Minor
Found in assets/css/codemirror.css by csslint

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

  border-right: 1px solid rgba(240,240,240,0.065);
Severity: Minor
Found in assets/css/codemirror.css by csslint

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

  padding: 0 0 35px;
Severity: Minor
Found in assets/css/codemirror.css by csslint

Element (span.CodeMirror-matchingbracket) is overqualified, just use .CodeMirror-matchingbracket without element name.
Open

div.CodeMirror span.CodeMirror-matchingbracket {
Severity: Minor
Found in assets/css/codemirror.css by csslint

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

div.CodeMirror-dragcursors {
Severity: Minor
Found in assets/css/codemirror.css by csslint

Element (span.CodeMirror-selectedtext) is overqualified, just use .CodeMirror-selectedtext without element name.
Open

span.CodeMirror-selectedtext { background: none; }
Severity: Minor
Found in assets/css/codemirror.css by csslint

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

.CodeMirror div.CodeMirror-secondarycursor {
Severity: Minor
Found in assets/css/codemirror.css by csslint

Element (span.CodeMirror-nonmatchingbracket) is overqualified, just use .CodeMirror-nonmatchingbracket without element name.
Open

div.CodeMirror span.CodeMirror-nonmatchingbracket {
Severity: Minor
Found in assets/css/codemirror.css by csslint

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

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

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

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

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

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

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

.CodeMirror-wrap pre {
Severity: Minor
Found in assets/css/codemirror.css by csslint

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

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

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

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

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

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

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

.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
Severity: Minor
Found in assets/css/codemirror.css by csslint

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

.CodeMirror-gutter-filler {
Severity: Minor
Found in assets/css/codemirror.css by csslint

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

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

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

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

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

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

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

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

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

.CodeMirror-gutter-wrapper {
Severity: Minor
Found in assets/css/codemirror.css by csslint

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

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

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

.CodeMirror pre {
Severity: Minor
Found in assets/css/codemirror.css by csslint

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

.cm-animate-fat-cursor {
Severity: Minor
Found in assets/css/codemirror.css by csslint

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

div.CodeMirror-cursors {
Severity: Minor
Found in assets/css/codemirror.css by csslint

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

.CodeMirror-search-match {
Severity: Minor
Found in assets/css/codemirror.css by csslint

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

.CodeMirror-gutter-background {
Severity: Minor
Found in assets/css/codemirror.css by csslint

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

.CodeMirror-gutter-elt {
Severity: Minor
Found in assets/css/codemirror.css by csslint

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

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

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

.CodeMirror-scrollbar-filler {
Severity: Minor
Found in assets/css/codemirror.css by csslint

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

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

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

.cm-fat-cursor .CodeMirror-cursor {
Severity: Minor
Found in assets/css/codemirror.css by csslint

There are no issues that match your filters.

Category
Status