Jonny

Results 17 issues of Jonny

**Buttons & List Groups** Inside a Button Dropdown there is a pattern which is very similar to the List Groups module; it would make sense to leverage some reuse here....

enhancement
module: buttons
module: list-groups

When using the `data-grunticon-embed` (Direct embedding) approach the SVG XML is inserted inside the `.icon` element, overwriting our `.tooltip-bubble` element. We need to use Grunticon loader's callback to ensure the...

bug
module: tooltips

This method is used by browsers that don't support data URIs, such as IE6 & IE7 http://caniuse.com/#search=data%20uri (click Show all). If we're no longer officially supporting these browsers (likely) the...

enhancement
module: icons

This was likely left out due to limitations/browser inconsistencies with styling for the `` element. See https://getbootstrap.com/docs/4.0/components/forms/#file-browser for reference

enhancement
Potential new modules

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...

enhancement

Could these `h4.content-subline` headings stand out more? Pretty hard to scan this page content (FAQ headings below this content area are much more prevalent) ... https://gel.westpacgroup.com.au/GUI/WBC/ ![screen shot 2017-07-12 at...

enhancement
docs

Normalize.css could do with a version bump. We're using v4.2.0 (currently v7.0.0). Browsers have changed in this time. Worth comparing.

enhancement