XoopsModules25x/xoopsinfo

View on GitHub
phpsysinfo/templates/vendor/bootstrap-ie8.css

Summary

Maintainability
Test Coverage

Use of !important
Open

  display: block !important;

Use of !important
Open

  display: inline-block !important;

Use of !important
Open

  display: block !important;

Adjoining classes: .modal.fade .modal-dialog
Open

.modal.fade .modal-dialog {

Adjoining classes: .collapse.show
Open

.collapse.show {

Adjoining classes: .btn-link.disabled
Open

.btn-link.disabled {

The property -webkit-transform is compatible with -ms-transform and should be included as well.
Open

  -ms-transform: translate(0, -25%);

Adjoining classes: .btn-link.disabled
Open

.btn-link.disabled,

Missing standard property 'transform' to go along with '-ms-transform'.
Open

  -ms-transform: translate(0, -25%);

The property -webkit-transform is compatible with -ms-transform and should be included as well.
Open

  -ms-transform: translate(0, 0);

Missing standard property 'transform' to go along with '-ms-transform'.
Open

  -ms-transform: translate(0, 0);

Adjoining classes: .close.disabled
Open

.close.disabled {

Adjoining classes: .modal.show .modal-dialog
Open

.modal.show .modal-dialog {

Adjoining classes: .btn.disabled
Open

.btn.disabled,

Attribute selectors with ^= are slow!
Open

[class^="justify-content-"] div {

Values of 0 shouldn't have units specified.
Open

  min-height: 0%;

float can't be used with display: inline-block.
Open

  float: right;

float can't be used with display: inline-block.
Open

  float: right;

Expected (auto | none | inter-word | inter-ideograph | inter-cluster | distribute | kashida) but found 'distribute-all-lines'.
Open

  text-justify: distribute-all-lines;

Expected (auto | none | inter-word | inter-ideograph | inter-cluster | distribute | kashida) but found 'distribute-all-lines'.
Open

  text-justify: distribute-all-lines;

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

.progress-bar {

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

.justify-content-between div {

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

.justify-content-center div {

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

.justify-content-around div {

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

.justify-content-end div {

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

.nav-link {

There are no issues that match your filters.

Category
Status