1. 03 Feb, 2018 1 commit
  2. 15 Jan, 2018 1 commit
  3. 03 Jan, 2018 1 commit
    • Mark Otto's avatar
      Update pagination focus styles · 2dc5762f
      Mark Otto authored
      - Drops the hover-focus mixin for standard :hover
      - Adds explicit :focus styles to match button, input, etc with a box-shadow
      - Adjusts z-index values to ensure the layers go initial, hover, active, focus
      
      Fixes #24838.
      2dc5762f
  4. 28 Dec, 2017 1 commit
  5. 22 Oct, 2017 1 commit
    • XhmikosR's avatar
      Refactor a few selectors. (#24404) · 52d99a88
      XhmikosR authored
      1. move a couple of them before the more specific ones.
      2. change nesting to be under the same parent selector
      3. use the ampersand more
      52d99a88
  6. 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
  7. 01 Oct, 2017 1 commit
  8. 11 Aug, 2017 1 commit
  9. 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
  10. 10 Apr, 2017 1 commit
  11. 28 Dec, 2016 9 commits
  12. 28 Nov, 2016 1 commit
  13. 23 Nov, 2016 1 commit
  14. 04 Feb, 2016 1 commit
    • Mark Otto's avatar
      Redo line-height globally · ba37c376
      Mark Otto authored
      - Rename -height to -height-base to match other vars
      - Drop use of -height across the board and rely on it to be inherited
      - Adjust padding of .dropdown-header to account for different line-height of h6 heading element (this needs refactoring for variables and rems also)
      ba37c376
  15. 27 Dec, 2015 1 commit
  16. 08 Dec, 2015 6 commits
  17. 15 Nov, 2015 2 commits
  18. 18 Aug, 2015 1 commit
  19. 14 Aug, 2015 1 commit
  20. 23 Jun, 2015 3 commits
  21. 22 Jun, 2015 1 commit
  22. 29 Apr, 2015 1 commit
    • Mark Otto's avatar
      Remove $line-height-computed · ed89be1f
      Mark Otto authored
      We have it set to `1` right now just to avoid compilation errors, but
      it’s been replaced everywhere with our new spacer classes anywho. We’ll
      likely want to remap that var to custom component vars though (e.g.,
      `$pagination-margin` instead of `$spacer-y`).
      ed89be1f
  23. 18 Apr, 2015 1 commit
  24. 22 Jan, 2015 1 commit