1. 10 Feb, 2017 2 commits
  2. 04 Feb, 2017 1 commit
  3. 24 Jan, 2017 1 commit
  4. 16 Jan, 2017 2 commits
  5. 04 Jan, 2017 3 commits
  6. 02 Jan, 2017 3 commits
  7. 31 Dec, 2016 1 commit
    • Mark Otto's avatar
      Rewrite progress component without <progress> element · a0141aa3
      Mark Otto authored
      - <progress> element didn't allow animation, labels overlaid, multiple bars, etc.
      
      - Revamps CSS to use something more similar to v3's implementation
      
      - Ditches variant mixin for `bg-` utils
      
      - Rebuilds docs to match, including adding a new Height section for customizing that.
      
      Only potential remaining todo is adding `.sr-only` instances to within the bar. Unsure if that's necessary.
      a0141aa3
  8. 28 Dec, 2016 4 commits
    • 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
    • Mark Otto's avatar
      Remove plain-hover-focus mixins from navs · d6fa9f5a
      Mark Otto authored
      - No need to set hover and focus on disabled or active elements. Disabled has no interactivity and active will inherit the focus.
      - Also removes two now unused vars.
      d6fa9f5a
    • Mark Otto's avatar
      create a variable for the focus box-shadow, use it in the button base class · b449e6b6
      Mark Otto authored
      also be sure to apply it for the active state when shadows are enabled
      b449e6b6
    • Quy's avatar
      Rip number · d02b558a
      Quy authored
      d02b558a
  9. 27 Dec, 2016 1 commit
  10. 25 Dec, 2016 3 commits
  11. 24 Dec, 2016 4 commits
  12. 23 Dec, 2016 6 commits
  13. 22 Dec, 2016 4 commits
    • Mark Otto's avatar
      flexbox powered indicators · 1706f494
      Mark Otto authored
      This revamps the indicators to use flexbox instead of inline-block for added flexbility (hah). Indicators now automatically scale based on the number of elements present, and max out at the `$carousel-indicator-width` instead of always being that wide.
      1706f494
    • Mark Otto's avatar
      Redo navbar-toggler · 8d9d8478
      Mark Otto authored
      - Require inner element for the icon for improved customization (e.g., drop the element to replace it with your own icon font or SVG)
      - Tighten up padding
      - Better comments
      8d9d8478
    • Mark Otto's avatar
      fixes #18115: move forward with one naming scheme for inversed color schemes,... · 80674b0c
      Mark Otto authored
      fixes #18115: move forward with one naming scheme for inversed color schemes, renaming .navbar-dark to .navbar-inverse (matching .card-inverse in the process and restoring v3's inverted class name)
      80674b0c
    • 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. 21 Dec, 2016 1 commit
    • Mark Otto's avatar
      Redo color vars · f464a5b2
      Mark Otto authored
      This pulls in some changes from #18462 to include a set of generic color variables. It doesn't include a Sass map for generating the theme colors yet, since we can't easily do that for all components, but does give a few more color choices to folks and an easier way to customize.
      f464a5b2
  15. 20 Dec, 2016 3 commits
  16. 19 Dec, 2016 1 commit