core/modules/_core/res/css/component/form/upload.css

Summary

Maintainability
Test Coverage

Use of !important
Open

    width: 400px !important;

Use of !important
Open

    text-align: left !important;

Element (li.alert-success) is overqualified, just use .alert-success without element name.
Open

li.alert-success {

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

    border: 2px dotted #0F82F5;

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

    border: 2px dotted #0F82F5;

Duplicate property 'height' found.
Open

    height: 200px;

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

.qq-upload-drop-area span {

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

.qq-progress-bar {

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

.qq-upload-drop-area {

There are no issues that match your filters.

Category
Status