lightspeeddevelopment/lsx

View on GitHub
assets/css/admin/customizer-font.css

Summary

Maintainability
Test Coverage

Element (li.selected) is overqualified, just use .selected without element name.
Open

.fontPickerCustomControl .fancyDisplay ul li:hover, .fontPickerCustomControl .fancyDisplay ul li.selected { opacity: 1; }

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

.fontPickerCustomControl .fancyDisplay ul li { cursor: pointer; float: left; font-size: 1.6em; margin: .3em 5% .3em 0; padding: 2% 0; padding-right: 2%; width: 100%; opacity: .5; }

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

.fontPickerCustomControl .fancyDisplay ul li { cursor: pointer; float: left; font-size: 1.6em; margin: .3em 5% .3em 0; padding: 2% 0; padding-right: 2%; width: 100%; opacity: .5; }

There are no issues that match your filters.

Category
Status