1. 12 Jan, 2018 1 commit
  2. 05 Jan, 2018 2 commits
    • Florrie's avatar
      Hide Firefox focus ring · ab107f86
      Florrie authored
      See this StackOverflow answer: https://stackoverflow.com/a/18853002/4633828
      
      This isn't a perfect fix - we have to set `color` explicitly, rather
      than use `inherit`, because we want the text color to be the same when
      the select element is focused. That means both `color` and
      `text-shadow`'s color have to be explicitly set to the same thing
      (otherwise they might not match). Yay, hacks!
      ab107f86
    • Florrie's avatar
      Only transition border property · 870b916d
      Florrie authored
      ..since it's the only property which actually animates. (The background
      image also changes on hover/focus, but that isn't visually effected by
      transition, so we ignore it.)
      
      This is for the next commit. Without this, the focus ring slowly
      disappears, and the text slowly becomes the color it's meant to be;
      neither of those are good.
      870b916d
  3. 18 Dec, 2017 3 commits
  4. 15 Dec, 2017 1 commit
  5. 13 Dec, 2017 1 commit
  6. 12 Dec, 2017 1 commit
  7. 11 Dec, 2017 2 commits
  8. 03 Dec, 2017 1 commit
  9. 02 Dec, 2017 2 commits
  10. 01 Dec, 2017 12 commits
  11. 30 Nov, 2017 9 commits
  12. 29 Nov, 2017 2 commits
  13. 28 Nov, 2017 1 commit
  14. 21 Nov, 2017 2 commits