1. 24 Jul, 2018 3 commits
  2. 21 Jul, 2018 3 commits
  3. 20 Jul, 2018 10 commits
  4. 19 Jul, 2018 1 commit
  5. 16 Jul, 2018 3 commits
  6. 15 Jul, 2018 6 commits
    • Mark Otto's avatar
      dist · 233378ad
      Mark Otto authored
      233378ad
    • 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
      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
  7. 14 Jul, 2018 3 commits
  8. 13 Jul, 2018 2 commits
  9. 12 Jul, 2018 9 commits