1. 18 Oct, 2017 1 commit
  2. 02 Oct, 2017 1 commit
  3. 28 Jun, 2017 1 commit
  4. 17 Jun, 2017 1 commit
  5. 16 Apr, 2017 1 commit
    • Patrick Yeo's avatar
      Rename variable $input-border-focus to $input-border-color-focus (#22413) · dd0ce3e4
      Patrick Yeo authored
      * Rename variable $input-border-focus to $input-border-color-focus
      * Rename variables $pagination-hover-border, $pagination-active-border, $pagination-disabled-border to $pagination-hover-border-color, $pagination-active-border-color, $pagination-disabled-border-color, respectively
      * Rename variables $state-*-border to $state-*-border-color, respectively
      * Rename variables $alert-*-border to $alert-*-border-color
      * Rename $list-group-active-border to $list-group-active-border-color
      * Rename $table-inverse-border to $table-inverse-border-color
      * Rename $btn-*-border to $btn-*-border-color
      * Rename $navbar-*-toggler-border to $navbar-*-toggler-border-color
      dd0ce3e4
  6. 10 Apr, 2017 1 commit
  7. 18 Mar, 2017 1 commit
    • Mark Otto's avatar
      fixes #21584 · ec8c2519
      Mark Otto authored
      - revert back to display block for list items to prevent unwanted behaviors
      - fixes a handful of other linked issues (see main thread)
      - updates docs to include more utilities for the one example
      ec8c2519
  8. 16 Jan, 2017 1 commit
  9. 28 Dec, 2016 1 commit
    • Mark Otto's avatar
      Revamp list group states and docs to match · f228802f
      Mark Otto authored
      - Overhauls the states, including the link/button variants, for list groups to better match how we handle .btn states.
      - Moved the .list-group-item-action styles before the .list-group-item so that we don't have to do as much overriding.
      - Removed the plain-hover-focus mixins from the disabled and active states since they're unnecessary.
      - Added support for :active states on the .list-group-item-action variant (for the current click state).
      - Removed the heading and text classes and variables since we can accomplish the same thing with utilities.
      - Added support for :disabled on the .list-group-item-action as well since we can use those with button elements.
      - Rearranged docs to reflect all the above changes.
      - Reformatted some Sass variables.
      f228802f
  10. 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
  11. 30 Oct, 2016 1 commit
  12. 15 Oct, 2016 1 commit
  13. 09 Oct, 2016 1 commit
  14. 18 Feb, 2016 1 commit
  15. 17 Feb, 2016 1 commit
  16. 07 Feb, 2016 1 commit
    • Mark Otto's avatar
      Revamp list group items built with anchors and buttons · cbda7e38
      Mark Otto authored
      - Make it an explicit class instead of qualifying with elements (.list-group-item-action)
      - Rearrange the entire file for more straightforward flow
      - Fix text-decoration bug as a result of the reorder
      - Switch from h4's to h5's in docs
      - Update docs to merge anchors and buttons sections; clearify usage guidelines there, too
      - Nullify #17479 in the process
      cbda7e38
  17. 06 Feb, 2016 1 commit
  18. 20 Jan, 2016 1 commit
  19. 18 Jan, 2016 1 commit
  20. 07 Dec, 2015 1 commit
  21. 15 Nov, 2015 2 commits
  22. 10 Sep, 2015 1 commit
  23. 23 Aug, 2015 1 commit
  24. 18 Aug, 2015 1 commit
  25. 06 Aug, 2015 1 commit
  26. 28 May, 2015 1 commit
  27. 22 Jan, 2015 1 commit
  28. 11 Dec, 2014 1 commit
  29. 02 Dec, 2014 1 commit
  30. 04 Aug, 2014 1 commit
  31. 26 Jun, 2014 2 commits
  32. 19 Jun, 2014 1 commit
  33. 07 Mar, 2014 1 commit
  34. 05 Mar, 2014 1 commit
  35. 14 Feb, 2014 1 commit
  36. 31 Jan, 2014 1 commit
  37. 07 Jan, 2014 1 commit
    • Julian Thilo's avatar
      Fix #12073: Consistent order of variations · 8fd177bf
      Julian Thilo authored
      This changes the order of component variations throughout the repo (code and docs) to be more consistent.
      The order now used everywhere is the one most frequently found in the repo before:
      Default, Primary, Success, Info, Warning, Danger
      8fd177bf
  38. 15 Dec, 2013 1 commit