mambax7/extgallery

View on GitHub
assets/js/magnific_popup/magnific-popup.css

Summary

Maintainability
Test Coverage

Use of !important
Open

  outline: none !important;

Use of !important
Open

  display: none !important; }

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

  -webkit-user-select: none;

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

    -webkit-transform-origin: 100%;

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

  -webkit-appearance: none;

Adjoining classes: .mfp-loading.mfp-figure
Open

.mfp-loading.mfp-figure {

The box-sizing property isn't supported in IE6 and IE7.
Open

  box-sizing: border-box;

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

    -webkit-transform: scale(0.75);

The box-sizing property isn't supported in IE6 and IE7.
Open

  box-sizing: border-box; }

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

    -webkit-transform-origin: 0;

The box-sizing property isn't supported in IE6 and IE7.
Open

    box-sizing: border-box; }

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

    background: rgba(0, 0, 0, 0.6);

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

    background: rgba(0, 0, 0, 0.6);

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

  filter: alpha(opacity=65);

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

  padding: 0 0 18px 10px;

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

  padding: 0 0 18px 10px;

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

    filter: alpha(opacity=100); }

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

  filter: alpha(opacity=80); }

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

    filter: alpha(opacity=100); }

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

  filter: alpha(opacity=65);

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

  padding-right: 6px;

Outlines should only be modified using :focus.
Open

.mfp-wrap {

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

.mfp-container {

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

  .mfp-iframe-holder .mfp-content {

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

button.mfp-close, button.mfp-arrow {

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

.mfp-iframe-scaler {

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

  .mfp-figure:after {

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

.mfp-counter {

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

.mfp-bottom-bar {

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

  .mfp-img-mobile .mfp-close {

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

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {

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

button::-moz-focus-inner {

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

.mfp-arrow {

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

  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {

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

  .mfp-img-mobile .mfp-figure:after {

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

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {

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

.mfp-ie7 .mfp-bottom-bar {

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

.mfp-close {

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

.mfp-ie7 .mfp-close {

Outlines should only be modified using :focus.
Open

button.mfp-close, button.mfp-arrow {

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

  .mfp-arrow:before, .mfp-arrow .mfp-b {

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

  .mfp-arrow:after, .mfp-arrow .mfp-a {

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

  .mfp-close:hover, .mfp-close:focus {

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

  .mfp-img-mobile .mfp-bottom-bar {

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

.mfp-preloader {

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

.mfp-content {

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

.mfp-iframe-holder {

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

  .mfp-iframe-scaler iframe {

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

.mfp-bg {

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

.mfp-wrap {

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

.mfp-title {

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

  .mfp-arrow:hover, .mfp-arrow:focus {

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

  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {

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

img.mfp-img {

There are no issues that match your filters.

Category
Status