hpi-schuelerklub/workshop-portal

View on GitHub
app/assets/stylesheets/custom_bootstrap/multi-select.css

Summary

Maintainability
Test Coverage

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

  border: 1px solid #ccc;

Values of 0 shouldn't have units specified.
Open

  padding: 5px 0px 0px 5px;

Values of 0 shouldn't have units specified.
Open

  padding: 5px 0px 0px 5px;

Element (li.ms-elem-selectable) is overqualified, just use .ms-elem-selectable without element name.
Open

.ms-container .ms-selectable li.ms-elem-selectable,

Element (li.ms-elem-selection) is overqualified, just use .ms-elem-selection without element name.
Open

.ms-container .ms-selection li.ms-elem-selection{

Adjoining classes: .ms-container .ms-list.ms-focus
Open

.ms-container .ms-list.ms-focus{

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

  border-color: rgba(82, 168, 236, 0.8);

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

.ms-container .ms-list{

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

.ms-container .ms-optgroup-label{

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

.ms-container .ms-selectable li.ms-hover,

Outlines should only be modified using :focus.
Open

.ms-container .ms-list.ms-focus{

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

.ms-container:after{

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

.ms-container .ms-selectable li.ms-elem-selectable,

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

.ms-container ul{

There are no issues that match your filters.

Category
Status