GUI-source icon indicating copy to clipboard operation
GUI-source copied to clipboard

Ongoing: Sort out CSS selector specificity

Open jonnystening opened this issue 7 years ago • 1 comments

There are a number of examples of over specific CSS selectors in the code base.

We should not be targeting symbols like below...

.symbol.symbol-american-express {}

This should be simply...

.symbol-american-express {}

Other examples include...

.icon.icon-size-lg {}
.logo.logo-bom-shield {}
.logo.logo-bsa {}
etc.

jonnystening avatar Jul 10 '17 06:07 jonnystening