1. 30 Apr, 2019 3 commits
    • 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
    • ysds's avatar
      Change custom file markup · a454ea7c
      ysds authored
      a454ea7c
    • Martijn Cuppens's avatar
      Remove IE leftover (#28699) · 0ed44cab
      Martijn Cuppens authored
      Removed leftover from #27789
      0ed44cab
  2. 25 Apr, 2019 2 commits
  3. 23 Apr, 2019 1 commit
  4. 21 Apr, 2019 1 commit
  5. 13 Apr, 2019 1 commit
  6. 08 Apr, 2019 1 commit
  7. 05 Apr, 2019 1 commit
    • Matěj Kříž's avatar
      Fix buttons :focus state styles (#27890) · e0738f82
      Matěj Kříž authored
      * Fix buttons :focus state styles
      
      Buttons :hover and :focus state shares styles.
      Buttons :focus text color on 'a.btn' is now consistent with others '.btn'.
      
      * `:focus` styles should be in sync with `.focus`.
      
      So shared styles with hover were copy to focus definition. Rather then using
      `hover-focus` mixin which do not contain `.focus`.
      e0738f82
  8. 29 Mar, 2019 1 commit
  9. 21 Mar, 2019 1 commit
  10. 17 Mar, 2019 2 commits
  11. 14 Mar, 2019 3 commits
  12. 12 Mar, 2019 4 commits
  13. 07 Mar, 2019 1 commit
  14. 06 Mar, 2019 1 commit
  15. 05 Mar, 2019 1 commit
  16. 04 Mar, 2019 1 commit
  17. 26 Feb, 2019 1 commit
  18. 20 Feb, 2019 3 commits
  19. 15 Feb, 2019 1 commit
  20. 13 Feb, 2019 1 commit
  21. 12 Feb, 2019 1 commit
  22. 11 Feb, 2019 1 commit
  23. 07 Feb, 2019 7 commits