mambax7/extgallery

View on GitHub
assets/js/galleryview/galleryview.css

Summary

Maintainability
Test Coverage

Don't use IDs in selectors.
Open

#photos { visibility: hidden; }

Adjoining classes: .frame.current .caption
Open

.frame.current .caption { color: #000; }

The universal selector (*) is known to be slow.
Open

*html .pointer {

Expected (<filter-function-list> | none) but found 'chroma(color=#ffc0cb)'.</filter-function-list>
Open

    filter: chroma(color=#ffc0cb);

Rule is empty.
Open

.panel {}

Rule is empty.
Open

.frame {}

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

.gallery {padding: 5px; margin: 0 auto;}

Expected LBRACE at line 44, col 2.
Open

*html .pointer {

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

.frame .caption { font-size: 11px; text-align: center; color: #888; }

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

.panel .panel-overlay a { text-decoration: underline; font-weight: bold; }

There are no issues that match your filters.

Category
Status