radare/radare2-webui

View on GitHub
www/p/lib/css/tree.jquery.css

Summary

Maintainability
Test Coverage

Don't use IDs in selectors.
Open

div#types .jqtree-title-folder:hover {
Severity: Minor
Found in www/p/lib/css/tree.jquery.css by csslint

Don't use IDs in selectors.
Open

div#strings .jqtree-title-folder:hover,
Severity: Minor
Found in www/p/lib/css/tree.jquery.css by csslint

Element (li.jqtree-ghost.jqtree-inside) is overqualified, just use .jqtree-inside without element name.
Open

ul.jqtree-tree li.jqtree-ghost.jqtree-inside {
Severity: Minor
Found in www/p/lib/css/tree.jquery.css by csslint

Element (span.jqtree-dragging) is overqualified, just use .jqtree-dragging without element name.
Open

span.jqtree-dragging {
Severity: Minor
Found in www/p/lib/css/tree.jquery.css by csslint

Element (span.addr:hover) is overqualified, just use .addr without element name.
Open

span.addr:hover, 
Severity: Minor
Found in www/p/lib/css/tree.jquery.css by csslint

Element (div#strings) is overqualified, just use #strings without element name.
Open

div#strings .jqtree-title-folder:hover,
Severity: Minor
Found in www/p/lib/css/tree.jquery.css by csslint

Element (span.jqtree-line) is overqualified, just use .jqtree-line without element name.
Open

ul.jqtree-tree li.jqtree-ghost span.jqtree-line {
Severity: Minor
Found in www/p/lib/css/tree.jquery.css by csslint

Element (div#types) is overqualified, just use #types without element name.
Open

div#types .jqtree-title-folder:hover {
Severity: Minor
Found in www/p/lib/css/tree.jquery.css by csslint

Element (span.jqtree-border) is overqualified, just use .jqtree-border without element name.
Open

ul.jqtree-tree span.jqtree-border {
Severity: Minor
Found in www/p/lib/css/tree.jquery.css by csslint

Adjoining classes: ul.jqtree-tree .jqtree-toggler.jqtree-closed
Open

ul.jqtree-tree .jqtree-toggler.jqtree-closed {
Severity: Minor
Found in www/p/lib/css/tree.jquery.css by csslint

Adjoining classes: ul.jqtree-tree li.jqtree-ghost.jqtree-inside
Open

ul.jqtree-tree li.jqtree-ghost.jqtree-inside {
Severity: Minor
Found in www/p/lib/css/tree.jquery.css by csslint

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

    box-sizing: content-box;
Severity: Minor
Found in www/p/lib/css/tree.jquery.css by csslint

Missing vendor-prefixed CSS gradients for Webkit (Safari 5+, Chrome).
Open

ul.jqtree-tree li.jqtree-selected > .jqtree-element,
Severity: Minor
Found in www/p/lib/css/tree.jquery.css by csslint

Adjoining classes: .jqtree-tree .jqtree-title.jqtree-title-folder
Open

.jqtree-tree .jqtree-title.jqtree-title-folder {
Severity: Minor
Found in www/p/lib/css/tree.jquery.css by csslint

Adjoining classes: ul.jqtree-tree li.jqtree-folder.jqtree-closed
Open

ul.jqtree-tree li.jqtree-folder.jqtree-closed {
Severity: Minor
Found in www/p/lib/css/tree.jquery.css by csslint

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

    border: solid 2px #0000ff;
Severity: Minor
Found in www/p/lib/css/tree.jquery.css by csslint

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

    border: solid 2px #0000ff;
Severity: Minor
Found in www/p/lib/css/tree.jquery.css by csslint

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

.jqtree-tree .jqtree-title {
Severity: Minor
Found in www/p/lib/css/tree.jquery.css by csslint

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

ul.jqtree-tree .jqtree-toggler {
Severity: Minor
Found in www/p/lib/css/tree.jquery.css by csslint

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

span.jqtree-dragging {
Severity: Minor
Found in www/p/lib/css/tree.jquery.css by csslint

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

ul.jqtree-tree li.jqtree-ghost span.jqtree-line {
Severity: Minor
Found in www/p/lib/css/tree.jquery.css by csslint

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

ul.jqtree-tree li.jqtree-selected > .jqtree-element,
Severity: Minor
Found in www/p/lib/css/tree.jquery.css by csslint

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

ul.jqtree-tree li.jqtree-ghost span.jqtree-circle {
Severity: Minor
Found in www/p/lib/css/tree.jquery.css by csslint

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

ul.jqtree-tree span.jqtree-border {
Severity: Minor
Found in www/p/lib/css/tree.jquery.css by csslint

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

ul.jqtree-tree li.jqtree-ghost {
Severity: Minor
Found in www/p/lib/css/tree.jquery.css by csslint

There are no issues that match your filters.

Category
Status