1. 18 Oct, 2017 1 commit
  2. 03 Oct, 2017 2 commits
  3. 02 Oct, 2017 1 commit
  4. 06 Sep, 2017 1 commit
  5. 20 Aug, 2017 1 commit
  6. 13 Aug, 2017 1 commit
  7. 11 Aug, 2017 1 commit
  8. 26 Jun, 2017 1 commit
  9. 15 Jun, 2017 1 commit
  10. 14 Jun, 2017 1 commit
  11. 13 Jun, 2017 1 commit
    • Patrick Yeo's avatar
      (#22414) Rename for consistency `$input-bg-disabled`, `$input-bg-focus`,... · 4cc21bbf
      Patrick Yeo authored
      (#22414) Rename for consistency `$input-bg-disabled`, `$input-bg-focus`, `$input-border-color-focus`, `$input-box-shadow-focus`, `$input-color-focus`, `$input-color-placeholder` to `$input-disabled-bg`, `$input-focus-bg`, `$input-focus-border-color`, `$input-focus-box-shadow`, `$input-focus-color`, `$input-placeholder-color`, respectively
      4cc21bbf
  12. 10 Jun, 2017 1 commit
  13. 07 Jun, 2017 2 commits
  14. 06 Jun, 2017 2 commits
  15. 01 Jun, 2017 1 commit
  16. 22 Apr, 2017 1 commit
    • Mark Otto's avatar
      Change how input and select height is computed · dc3af671
      Mark Otto authored
      — Previously we weren't including the border-width on the computed height, leading to alignment issues.
      
      — New system utilizes three variables (not ideal, but straightforward) for computing these heights. One for the vertical border, one for the line-height/font-size/padding dance, and one to add those together.
      
      — Updates CSS across forms and custom forms to use new sizing. Special note here: form validation icon sizing uses the inner variables because background-image doesn't bleed into borders unless explicit background-clip.
      dc3af671
  17. 10 Apr, 2017 1 commit
  18. 28 Mar, 2017 1 commit
  19. 18 Mar, 2017 1 commit
    • naicko's avatar
      Update scss mixins to comply with scss-linting rules (#22151) · 890c6041
      naicko authored
      * Fixed some linting issues
      
      * Run npm tasks after scss cleanup
      
      * Revert "Run npm tasks after scss cleanup"
      
      This reverts commit 1103a0da.
      
      * Property sort order for grid
      
      * Let's respest the property order in the mixins
      
      * Respect property sort order in reboot file
      
      * ::-ms-expand is a vendor-prefix, add it to the scss-lint disable
      
      * Revert hover mixin comment
      
      * Fixed missing mixin hover-focus
      890c6041
  20. 24 Jan, 2017 1 commit
  21. 29 Dec, 2016 1 commit
  22. 27 Dec, 2016 3 commits
  23. 25 Dec, 2016 3 commits
  24. 22 Dec, 2016 1 commit
    • Mark Otto's avatar
      Flexbox all the time (Drop IE9 support and remove $enable-flex option) (#21389) · eb2e1102
      Mark Otto authored
      * remove the $enable-flex variable option
      
      * remove bootstrap-flex.css dist file and it's grunt task
      
      * remove the separate flex css file for docs; it's all the same now
      
      * remove flexbox docs (porting some to the main grid docs in next commit)
      
      * clean up few grid docs bits to simplify copy, start to mention flexbox
      
      * port relevant flexbox-grid.md content to grid.md
      
      - clean up mixins
      - update how it works section
      - bring over sizing and alignment sections
      
      * remove the $enable-flex from the options.md page
      
      * update lead paragraph to mention flexbox
      
      * update migration to mention loss of ie9 support
      
      * remove mention of flexbox dist file
      
      * clarify IE support
      
      * making a note
      
      * remove flexbox variant mentions from component docs
      
      - updates docs for media object, navs, list group, and cards to consolidate docs
      - no more need to callout flexbox variants since it's now the default
      
      * remove $enable-flex if/else from sass files
      
      * remove flex dist files
      
      * update scss lint property order to account for flex properties
      
      * linting
      
      * change to numberless classes for autosizing, wrap in highlighting div
      
      * bump gruntfile and postcss to ie10
      
      * redo intro sections
      
      * rearrange
      
      * phew, redo hella grid docs
      
      - rearrange all the things
      - consolidate some bits
      
      * remove reference to flexbox mode
      
      * more border action for demo
      
      * Make some changes to the .card's in .card-deck's to ensure footers align to the bottom
      eb2e1102
  25. 20 Dec, 2016 2 commits
    • Gijs Boddeus's avatar
      Overwrite margin-bottom on form-control-static (#21270) · 1c2f372a
      Gijs Boddeus authored
      * Overwrite margin-bottom on form-control-static
      
      In the documentation the form-control-static class has been used on a p element.
      On the regular vertical form the margin bottom of the p element gets overwritten by a mb-0 class.
      In the inline form example this class hasn't been applied, therefore the p element gets a margin-bottom.
      
      To prevent this behavior we can add a margin-bottom of 0.
      
      * Update _forms.scss
      1c2f372a
    • Tom Lutzenberger's avatar
      Add variables for transitions (#21345) · e1653edb
      Tom Lutzenberger authored
      * Add variables for transitions
      
      * Add variables for transitions
      e1653edb
  26. 29 Nov, 2016 1 commit
  27. 28 Nov, 2016 1 commit
  28. 27 Nov, 2016 1 commit
    • Mark Otto's avatar
      Update inline forms (updated docs and new flexbox styles) (#21212) · e17e75b7
      Mark Otto authored
      * fix form-inline with flex enabled
      * grunt
      * fix alignment of labels
      * shorter if syntax
      * add new form example to docs for now
      * update inline form docs usage guidelines
      * responsive margins
      * better margin utils
      * fix sizing of .form-check
      * flexbox alignment of .form-check
      * no need to change direction
      * support custom controls in inline form, for default and flex modes
      * add example of custom select and checks to docs
      * remove hidden and visible label variants since we cover that in the usage guidelines at the start and include hidden labels everywhere
      * use property value instead of layout name
      * apply to all labels
      * add a visible label, space it out
      * add id
      e17e75b7
  29. 10 Oct, 2016 1 commit
  30. 09 Oct, 2016 3 commits