mambax7/alumni-26x

View on GitHub
media/jquery/tablesorter-master/css/dragtable.mod.css

Summary

Maintainability
Test Coverage

Use of !important
Open

    visibility: visible !important;

Rule is empty.
Open

.dragtable-handle-selected {

Expected (<filter-function-list> | none) but found 'alpha(opacity=70)'.</filter-function-list>
Open

    filter: alpha(opacity=70);

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

    border-top: 1px solid rgba(0,0,0,0.2);

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

    -moz-user-select: none;

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

    -moz-user-select: none;

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

    border-bottom: 1px solid rgba(0,0,0,0.2);

Values of 0 shouldn't have units specified.
Open

    border-left: 0px;

The universal selector (*) is known to be slow.
Open

.ui-sortable-placeholder * {

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

.ui-sortable-placeholder {

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

.dragtable-sortable li {

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

.table-handle-disabled {

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

.table-handle, .table-handle-disabled {

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

.ui-sortable-helper {

There are no issues that match your filters.

Category
Status