crcastle/collaborative-code-conference

View on GitHub
src/client/codemirror.css

Summary

Maintainability
Test Coverage

Use of !important
Open

  border: none !important;
Severity: Minor
Found in src/client/codemirror.css by csslint

Use of !important
Open

  background: none !important;
Severity: Minor
Found in src/client/codemirror.css by csslint

Use of !important
Open

  overflow: scroll !important; /* Things will break if this is overridden */
Severity: Minor
Found in src/client/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 src/client/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 src/client/codemirror.css by csslint

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

div.CodeMirror span.CodeMirror-matchingbracket {color: #0f0;}
Severity: Minor
Found in src/client/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 src/client/codemirror.css by csslint

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

div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
Severity: Minor
Found in src/client/codemirror.css by csslint

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 src/client/codemirror.css by csslint

Property with star prefix found.
Open

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

Property with star prefix found.
Open

  *display:inline;
Severity: Minor
Found in src/client/codemirror.css by csslint

Fallback background (hex or RGB) should precede RGBA background.
Open

.CodeMirror-matchingtag { background: rgba(255, 150, 0, .3); }
Severity: Minor
Found in src/client/codemirror.css by csslint

Property with star prefix found.
Open

  *zoom:1;
Severity: Minor
Found in src/client/codemirror.css by csslint

The box-sizing property isn't supported in IE6 and IE7.
Open

  box-sizing: content-box;
Severity: Minor
Found in src/client/codemirror.css by csslint

Duplicate property '*display' found.
Open

  *display:inline;
Severity: Minor
Found in src/client/codemirror.css by csslint

Rule is empty.
Open

.cm-s-default .cm-variable,
Severity: Minor
Found in src/client/codemirror.css by csslint

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

  padding-bottom: 30px;
Severity: Minor
Found in src/client/codemirror.css by csslint

Rule is empty.
Open

.CodeMirror-linenumbers {}
Severity: Minor
Found in src/client/codemirror.css by csslint

height can't be used with display: inline.
Open

  height: 100%;
Severity: Minor
Found in src/client/codemirror.css by csslint

Rule is empty.
Open

.CodeMirror-overwrite .CodeMirror-cursor {}
Severity: Minor
Found in src/client/codemirror.css by csslint

margin-bottom can't be used with display: inline.
Open

  margin-bottom: -30px;
Severity: Minor
Found in src/client/codemirror.css by csslint

Rule is empty.
Open

.CodeMirror-widget {}
Severity: Minor
Found in src/client/codemirror.css by csslint

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

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

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

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

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

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

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

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

Outlines should only be modified using :focus.
Open

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Outlines should only be modified using :focus.
Open

.CodeMirror-code {
Severity: Minor
Found in src/client/codemirror.css by csslint

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.CodeMirror pre {
Severity: Minor
Found in src/client/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 src/client/codemirror.css by csslint

There are no issues that match your filters.

Category
Status