core/layout/admin/res/css/chosen.css

Summary

Maintainability
Test Coverage

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

    border: 1px solid rgba(82,168,236,0.8);

Adjoining classes: .chosen-container-active.chosen-with-drop .chosen-single
Open

.chosen-container-active.chosen-with-drop .chosen-single {

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

    border: 1px solid rgba(82,168,236,0.8);

Element (li.search-choice-disabled) is overqualified, just use .search-choice-disabled without element name.
Open

.chosen-container-multi .chosen-choices li.search-choice-disabled {

Element (li.search-choice) is overqualified, just use .search-choice without element name.
Open

.chosen-container-multi .chosen-choices li.search-choice {

Element (li.highlighted) is overqualified, just use .highlighted without element name.
Open

.chosen-container .chosen-results li.highlighted {

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

    border: 1px solid #eee;

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

    padding: 2px 0 0 8px;

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

.chosen-container-multi .chosen-choices li.search-choice-disabled {

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

.chosen-container-multi .chosen-choices {

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

.chosen-container-multi .chosen-choices li.search-choice {

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

.chosen-container-active.chosen-with-drop .chosen-single {

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

.chosen-container-single .chosen-single {

There are no issues that match your filters.

Category
Status