tmcgee/cmv-widgets

View on GitHub

Showing 293 of 293 total issues

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

.introjs-button:hover, .introjs-button:focus {

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

.introjs-helperNumberLayer {

Use of !important
Open

  z-index: 9999999999 !important;

Property with star prefix found.
Open

  *display: inline;

Adjoining classes: .introjs-arrow.top-right
Open

.introjs-arrow.top, .introjs-arrow.top-middle, .introjs-arrow.top-right {

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

.introjs-arrow.left, .introjs-arrow.left-bottom {

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

.introjs-arrow.right, .introjs-arrow.right-bottom {

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

  padding: 2px;

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

  border: 3px solid #DA4433;

Adjoining classes: .introjs-arrow.bottom
Open

.introjs-arrow.bottom {

margin-top can't be used with display: inline.
Open

  margin-top: 10px;

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

.introjs-button:focus,

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

    background-color: rgba(33, 33, 33, 0.8);
Severity: Minor
Found in widgets/Report/css/Report.css by csslint
Severity
Category
Status
Source
Language