1. 25 Jul, 2018 5 commits
  2. 24 Jul, 2018 1 commit
  3. 21 Jul, 2018 2 commits
  4. 20 Jul, 2018 7 commits
  5. 15 Jul, 2018 5 commits
    • Lefteris Psitopoulos's avatar
      9bfd4005
    • Mark Otto's avatar
      Form control heights (#26820) · f426a673
      Mark Otto authored
      * Redo input height on .form-control
      
      - Use the already present -height variables on .form-control
      - Consolidate the select size and multiple overrides into the .form-control base class instead of sm/lg modifiers
      - Remove the Sass extends from input groups since it picks up too many selectors
      
      * Prevent height on textareas
      Unverified
      f426a673
    • ysds's avatar
      Fix custom range thumb style (#26385) · 48c723b6
      ysds authored
      * Fix focus box shadow of custom ranges
      
      * Put `:focus` selector right after `.custom-range`
      * Remove unnecessary `outline: none`
      
      * Fix box-shadow issues in IE/Edge
      
      * Better align
      
      * Fix thumb vertical positions in IE/Edge
      
      * Fix incorrect formula of thumb vertical positions in Webkit
      
      * Fix an incorrect comment
      
      * Fix incorrect box-shadow-width
      48c723b6
    • Andrew Luca's avatar
      Fix `custom-forms` heights and position (#25602) · 0fd40837
      Andrew Luca authored
      Now `.custom-control` will have height equal to `$font-size-base`
      Fix custom checkbox and radio top position (we can't subtract rem from unit)
      `$line-height-base - $custom-control-indicator-size` is not valid
      Because `$line-height-base` is a unitless variable and `$custom-control-indicator-size`
      is a unit (rem) variable
      0fd40837
    • Mark Otto's avatar
      fixes #26579 · 2d8422f5
      Mark Otto authored
      2d8422f5
  6. 12 Jul, 2018 1 commit
  7. 10 Jul, 2018 1 commit
  8. 09 Jul, 2018 1 commit
  9. 24 Jun, 2018 2 commits
  10. 07 Jun, 2018 1 commit
  11. 03 Jun, 2018 1 commit
  12. 02 Jun, 2018 1 commit
  13. 22 May, 2018 2 commits
  14. 18 May, 2018 1 commit
    • domq's avatar
      Fix double-transition bug (#26452) · 616ce9b7
      domq authored
      By applying the transition: CSS property only to classes that are
      active during sliding, we avoid an unnecessary, non-zero-time
      animation that although mostly invisible, does interfere with e.g.
      z-index based parallax
      616ce9b7
  15. 07 May, 2018 1 commit
  16. 30 Apr, 2018 2 commits
  17. 24 Apr, 2018 6 commits