1. 12 Mar, 2018 1 commit
  2. 27 Dec, 2017 1 commit
    • ysds's avatar
      Clean up button group (#25073) · c5209270
      ysds authored
      * Remove unnecessary float
      
      - since parent btn-group is displayed as inline-flex, the child elements are placed left to right by default.
      
      * Cleanup of reset rounded corners
      
      - Remove `border-radius :0` since it is enough by each reset of left and right side
      - A `.dropdown-toggle` selector should not be used for reset rounded corner since it does not have border-radius property. Instead use .dropdown-toggle as negation pseudo-class.
      c5209270
  3. 25 Nov, 2017 1 commit
  4. 09 Nov, 2017 1 commit
  5. 28 Oct, 2017 1 commit
  6. 22 Oct, 2017 3 commits
  7. 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
  8. 19 Oct, 2017 1 commit
  9. 03 Oct, 2017 1 commit
  10. 26 Sep, 2017 1 commit
  11. 13 Aug, 2017 1 commit
    • Mark Otto's avatar
      Button code cleanup (#22951) · cd22eb1d
      Mark Otto authored
      * use a mixin there
      * revamp .btn-link to match default and outline variants
      * remove unnecessary properties
      cd22eb1d
  12. 03 Jun, 2017 1 commit
  13. 08 Apr, 2017 1 commit
  14. 28 Mar, 2017 1 commit
  15. 25 Jan, 2017 1 commit
  16. 21 Jan, 2017 1 commit
  17. 04 Jan, 2017 2 commits
  18. 28 Dec, 2016 5 commits
  19. 03 Oct, 2016 1 commit
  20. 11 May, 2016 2 commits
    • Mark Otto's avatar
      linting order · 6e7d450e
      Mark Otto authored
      6e7d450e
    • Mark Otto's avatar
      Unfuck those split button dropdowns · fda92d02
      Mark Otto authored
      - Really we didn't need to do any of that strip units stuff to generate six new variables, two for each button size
      - Using sibling selectors, we can target those split button dropdown toggles using the .dropdown-toggle-split class, and adjust padding and margin as needed
      - Now, we nuke the margin-left from the ::after generated caret and tighten up the padding so that those split toggles don't look huge next to their main button
      fda92d02
  21. 07 Feb, 2016 1 commit
  22. 06 Feb, 2016 1 commit
  23. 13 Jan, 2016 1 commit
  24. 09 Jan, 2016 1 commit
  25. 08 Jan, 2016 1 commit
    • Mark Otto's avatar
      Switch up some split button stuff · f6ad665c
      Mark Otto authored
      - New vars
      - New function for stripping units so we can combine rems and ems in math functions
      - Add new classes for sizing and spacing around the split dropdown toggle so that the caret isn't misaligned
      f6ad665c
  26. 07 Jan, 2016 1 commit
  27. 08 Dec, 2015 1 commit
  28. 07 Dec, 2015 1 commit
  29. 04 Dec, 2015 1 commit
  30. 18 Aug, 2015 1 commit
  31. 14 Aug, 2015 1 commit
  32. 23 Jun, 2015 1 commit