1. 23 Dec, 2017 1 commit
  2. 23 Oct, 2017 1 commit
  3. 20 Oct, 2017 1 commit
    • rmacklin's avatar
      Reduce z-indexes in button-group, input-group, list-group, and pagination to... · 9e6dabbb
      rmacklin authored
      Reduce z-indexes in button-group, input-group, list-group, and pagination to the minimum necessary (#24315)
      
      These were using `z-index: 2` to "Place active items above their
      siblings for proper border styling". However, using `z-index: 1` is
      sufficient for accomplishing that goal.
      
      In input-group, there were also three `z-index: 3` rules for the
      hover/focus/active states. I reduced these to `z-index: 2` since they
      just needed to be "one more than normal" (i.e. one more than what is now
      `z-index: 1` after my changes).
      
      These changes can be verified by viewing the documentation pages for
      Button group, Input group, List group, and Pagination before and after
      this commit and observing that the active elements are still "above"
      their siblings, so their borders look correct.
      9e6dabbb
  4. 18 Oct, 2017 1 commit
  5. 02 Oct, 2017 1 commit
  6. 28 Jun, 2017 1 commit
  7. 17 Jun, 2017 1 commit
  8. 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
  9. 10 Apr, 2017 1 commit
  10. 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
  11. 16 Jan, 2017 1 commit
  12. 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
  13. 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
  14. 30 Oct, 2016 1 commit
  15. 15 Oct, 2016 1 commit
  16. 09 Oct, 2016 1 commit
  17. 18 Feb, 2016 1 commit
  18. 17 Feb, 2016 1 commit
  19. 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
  20. 06 Feb, 2016 1 commit
  21. 20 Jan, 2016 1 commit
  22. 18 Jan, 2016 1 commit
  23. 07 Dec, 2015 1 commit
  24. 15 Nov, 2015 2 commits
  25. 10 Sep, 2015 1 commit
  26. 23 Aug, 2015 1 commit
  27. 18 Aug, 2015 1 commit
  28. 06 Aug, 2015 1 commit
  29. 28 May, 2015 1 commit
  30. 22 Jan, 2015 1 commit
  31. 11 Dec, 2014 1 commit
  32. 02 Dec, 2014 1 commit
  33. 04 Aug, 2014 1 commit
  34. 26 Jun, 2014 2 commits
  35. 19 Jun, 2014 1 commit
  36. 07 Mar, 2014 1 commit
  37. 05 Mar, 2014 1 commit
  38. 14 Feb, 2014 1 commit