lightspeeddevelopment/lsx

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

Summary

Maintainability
Test Coverage

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

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

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

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

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

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

There are no issues that match your filters.

Category
Status