Skip to content
This repository has been archived by the owner on Feb 5, 2020. It is now read-only.

v3.4

Compare
Choose a tag to compare
@axelboc axelboc released this 23 Oct 05:31
· 1232 commits to master since this release

This minor release covers 4 issues and 11 pull requests.

What's new

  • Turn <select> elements into navigation menus with class select--nav (see the Intranet layout for an example)

  • Custom styles for drop-down menus are now applied on IE8 and IE9, just like on other browsers

  • Dark version of Enquiry component with class enquiry--dark

  • Fixes and improvements to markup and styles of Enquiry component, including new form class to mark sub-text: form__subtext

  • Soft style for Pathfinder with two boxes: class="pathfinder-2 soft"

  • 7 new icons: computer, devices, face, group, hr, jobs, and money

  • Alternate syntax for header-less layout: instead of setting the headerless class on container role="main", use empty div as first child:

    <div role="main">
     <div class="headerless"></div>
     ...
    </div>
    
  • Improved style for lead text when layout uses in-page navigation