1. 30 Apr, 2019 6 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
    • Martijn Cuppens's avatar
      f36890d1
    • ysds's avatar
      Change custom file markup · a454ea7c
      ysds authored
      a454ea7c
    • Martijn Cuppens's avatar
      Remove top margin · 99eff2f5
      Martijn Cuppens authored
      99eff2f5
    • XhmikosR's avatar
      312f54fa
    • Martijn Cuppens's avatar
      Remove IE leftover (#28699) · 0ed44cab
      Martijn Cuppens authored
      Removed leftover from #27789
      0ed44cab
  2. 29 Apr, 2019 4 commits
  3. 25 Apr, 2019 2 commits
  4. 23 Apr, 2019 1 commit
  5. 21 Apr, 2019 1 commit
  6. 18 Apr, 2019 1 commit
  7. 15 Apr, 2019 6 commits
  8. 13 Apr, 2019 1 commit
  9. 10 Apr, 2019 4 commits
  10. 09 Apr, 2019 2 commits
  11. 08 Apr, 2019 1 commit
  12. 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
  13. 04 Apr, 2019 1 commit
  14. 01 Apr, 2019 1 commit
  15. 29 Mar, 2019 1 commit
  16. 27 Mar, 2019 1 commit
  17. 26 Mar, 2019 2 commits
  18. 24 Mar, 2019 2 commits
  19. 23 Mar, 2019 1 commit
  20. 21 Mar, 2019 1 commit