tmcgee/cmv-widgets

View on GitHub
widgets/Introduction/css/introjs-dark.css

Summary

Maintainability
Test Coverage

Use of !important
Open

  z-index: auto !important;

Use of !important
Open

  opacity: 1.0 !important;

Use of !important
Open

  z-index: 9999999 !important;

Use of !important
Open

  color:#434A54 !important;

Use of !important
Open

  z-index: 9999999999 !important;

Use of !important
Open

  color: #fff !important;

Use of !important
Open

  background:#fff !important;

Use of !important
Open

  color:#434A54 !important;

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

  padding: 10px;

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

  margin-top: 10px;

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

  padding: 10px;

Duplicate property '*display' found.
Open

  *display: inline;

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

  margin: 0;

Property with star prefix found.
Open

  *display: inline;

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

  background: rgba(255,255,255,0.1);

Standard property 'border-radius' should come after vendor-prefixed property '-moz-border-radius'.
Open

  -moz-border-radius: 10px;

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

  background: rgba(255,255,255,0.2);

Adjoining classes: .introjs-arrow.top
Open

.introjs-arrow.top {

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

  background: rgba(255,255,255,0.2);

Standard property 'border-radius' should come after vendor-prefixed property '-webkit-border-radius'.
Open

  -webkit-border-radius: 10px;

Adjoining classes: .introjs-arrow.right
Open

.introjs-arrow.right {

Adjoining classes: .introjs-arrow.bottom
Open

.introjs-arrow.bottom {

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

.introjs-arrow.top-right {

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

.introjs-arrow.top-middle {

Adjoining classes: .introjs-arrow.left
Open

.introjs-arrow.left {

Element (a.active) is overqualified, just use .active without element name.
Open

.introjs-bullets ul li a.active {

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

.introjs-arrow.right {

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

.introjs-button {

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

.introjs-button:hover {

Outlines should only be modified using :focus.
Open

.introjs-button {

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

.introjs-arrow.top-right {

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

.introjs-arrow.left {

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

.introjs-arrow.top {

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

.introjs-bullets ul li a {

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

.introjs-overlay {

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

.introjs-arrow.top-middle {

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

.introjs-helperLayer {

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

.introjs-bullets {

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

.introjs-bullets ul li {

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

.introjs-tooltipbuttons {

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

.introjs-button::-moz-focus-inner {

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

.introjs-helperNumberLayer {

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

.introjs-tooltip {

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

.introjs-arrow.bottom {

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

.introjs-skipbutton {

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

.introjs-fixParent {

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

.introjs-bullets ul {

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

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

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

.introjsFloatingElement {

There are no issues that match your filters.

Category
Status