1. 13 May, 2016 1 commit
  2. 12 May, 2016 17 commits
  3. 11 May, 2016 20 commits
  4. 10 May, 2016 2 commits
    • Mark Otto's avatar
      Bring back some 'help text' love for forms with .form-text · 425e3d40
      Mark Otto authored
      - Includes new class
      - New docs to support it
      - Rearranged older docs
      425e3d40
    • Patrick H. Lauke's avatar
      Make named anchor/placeholder link style reset more specific · 64251a12
      Patrick H. Lauke authored
      This avoids applying the reset to named anchors/placeholder links (links
      without an `href`) that have explicitly been made keyboard-focusable
      (using `tabindex`). This is not fool-proof - it's not
      easy/straightforward to check for the actual `tabindex` value itself, to
      ensure it's positive, not will this apply if a link has been "blessed"
      with `tabindex` via JS. However, this should catch most common uses (and
      gives a reasonably valid way around the issue for developers who, for
      whatever reason, DO want to use links without `href` - as side effect,
      it forces best practice of at least ensuring these links can also be
      focused with the keyboard)
      64251a12