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

Ongoing: Sort out CSS selector specificity

Open jonnystening opened this issue 8 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

I will bang away at this ticket over time; reduce over-specific selectors when I come across them

jonnystening avatar Aug 04 '17 08:08 jonnystening