1. 30 Apr, 2019 1 commit
    • Martijn Cuppens's avatar
      Reboot & Type cleanup (#28698) · 09c99fe6
      Martijn Cuppens authored
      - Line height & font family from html were directly overridden by body, so they were redundant thus removed
      - The remaining properties are moved to body
      - Shim for IE10 tags removed
      - hr cleanup
        - Combined styles from reboot & type
        - Changed from borders to background
          - This allows us to keep the color inherited.
          - Opacity can be used to change the intensity
          - Size attribute will not change the height instead of making the hr look like an input field
        - Better variable names
      - headings cleanup
        - Moved all element styling to reboot
        - Type will now extend the element styling. This way we will save some redundant code
      - small & mark are also moved to reboot. type does not contain any element styling anymore
      - font weight removed from small, this did not really made sense
      09c99fe6
  2. 12 Mar, 2019 1 commit
  3. 07 Feb, 2019 1 commit
  4. 04 Jan, 2019 2 commits
  5. 27 Dec, 2018 1 commit
  6. 23 Dec, 2018 1 commit
  7. 12 Dec, 2018 1 commit
  8. 06 Dec, 2018 1 commit
  9. 04 Dec, 2018 1 commit
  10. 18 Nov, 2018 1 commit
  11. 04 Nov, 2018 2 commits
  12. 22 Oct, 2018 1 commit
  13. 02 Sep, 2018 1 commit
  14. 20 Jul, 2018 3 commits
  15. 24 Jun, 2018 1 commit
  16. 24 Apr, 2018 1 commit
  17. 15 Apr, 2018 1 commit
    • Patrick H. Lauke's avatar
      Remove `dialog` from the HTML5 shim style (#26269) · e000933c
      Patrick H. Lauke authored
      `<dialog>`, in browsers that support it, has user agent styles of `dialog { display:block; ...} dialog:not([open]) { display:none; }`
      by forcing it to `display:block` in the shim, the dialog is shown even when closed. There's no clean way to shim this for non-supporting browsers,
      but arguably these browsers would have further problems with pure `<dialog>` usage anyway, and it's up to authors to then use different elements/shims.
      e000933c
  18. 12 Mar, 2018 1 commit
  19. 19 Feb, 2018 1 commit
  20. 11 Feb, 2018 1 commit
  21. 11 Jan, 2018 1 commit
  22. 28 Dec, 2017 1 commit
  23. 06 Nov, 2017 1 commit
  24. 22 Oct, 2017 1 commit
  25. 06 Oct, 2017 1 commit
  26. 04 Oct, 2017 1 commit
  27. 03 Oct, 2017 1 commit
  28. 27 Sep, 2017 1 commit
  29. 26 Sep, 2017 2 commits
  30. 21 Aug, 2017 1 commit
  31. 15 Aug, 2017 1 commit
    • Jacob Müller's avatar
      Remove remaining v4 alpha references (#23414) · 63909cac
      Jacob Müller authored
      * Remove remaining references to v4 Alpha
      
      This commit removes the remaining refrences to the v4 Alpha website and replaces them with the
      corresponding v4 Beta ones.
      
      **Note:** We have to hard code the current docs version at some places. Wouldn't it be good to have a `/docs/latest/` redirect to solve this "issue" in the future?
      
      * Don't update the domain in the CNAME file
      63909cac
  32. 11 Aug, 2017 3 commits
  33. 05 May, 2017 1 commit