1. 07 Apr, 2017 1 commit
  2. 28 Mar, 2017 2 commits
  3. 24 Mar, 2017 2 commits
  4. 20 Mar, 2017 3 commits
  5. 05 Mar, 2017 2 commits
    • Starsam80's avatar
      Clean up spacers a bit more · 95f37e4c
      Starsam80 authored
      95f37e4c
    • Mark Otto's avatar
      Update spacer utilities (#22123) · ed1de867
      Mark Otto authored
      * Drop -x and -y as they're all the same
      - Also move -width to elsewhere in the vars because it makes no sense by spacers.
      - Update values of -x and -y across main Sass and docs Sass.
      * Update docs to reflect changes; link to spacing utils from options page
      ed1de867
  6. 03 Mar, 2017 2 commits
  7. 04 Feb, 2017 1 commit
  8. 24 Jan, 2017 1 commit
  9. 16 Jan, 2017 2 commits
  10. 04 Jan, 2017 3 commits
  11. 02 Jan, 2017 3 commits
  12. 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
  13. 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
  14. 27 Dec, 2016 1 commit
  15. 25 Dec, 2016 3 commits
  16. 24 Dec, 2016 4 commits
  17. 23 Dec, 2016 5 commits