1. 26 Aug, 2019 1 commit
    • Martijn Cuppens's avatar
      Update z-indices (#29292) · 2ad135eb
      Martijn Cuppens authored
      - `.carousel-caption` doesn't need a z-index. There are no non-static element in its containing block (`.carousel-item`)
      - The `z-index` of `.carousel-indicators` is way higher than it needs to be (`15`), the highest sibling `z-index` is `1`, so it can be set to `2` to be the top layer.
      2ad135eb
  2. 30 Jul, 2019 1 commit
  3. 29 Jul, 2019 1 commit
  4. 20 Jul, 2019 1 commit
  5. 08 May, 2019 1 commit
    • Mark Otto's avatar
      Drop all hover mixins · 1d4d9f8d
      Mark Otto authored
      Previously deprecated in v4.x, this clears out the now unused Sass option and removes some unused mixins. Arguably we could remove more, but I like the hover-focus mixin and we make extensive use of it across the project.
      1d4d9f8d
  6. 14 Jan, 2019 2 commits
  7. 14 Dec, 2018 1 commit
  8. 05 Nov, 2018 1 commit
  9. 04 Nov, 2018 1 commit
  10. 31 Oct, 2018 1 commit
  11. 30 Oct, 2018 1 commit
  12. 21 Oct, 2018 2 commits
  13. 20 Oct, 2018 3 commits
    • patrickhlauke's avatar
      Set touch-action to "none" · 8883ccb2
      patrickhlauke authored
      Firefox currently seems extremely fickle - with `pan-y` if fires pointercancel as soon as a touch strays even a pixel or so vertically.
      While `touch-action: pan-y` would be ideal (allowing users to scroll the page even when their finger started the scroll on the carousel), this prevents a swipe that isn't perfectly/only horizontal to be recognised by Firefox.
      8883ccb2
    • patrickhlauke's avatar
      Use correct touch-action values · 7b8f01d8
      patrickhlauke authored
      - my fault, my original advice of using `touch-action: pan-x` is exactly the value we *don't* want to have the browser handle...
      7b8f01d8
    • Johann-S's avatar
      use pointer events if available · 735c374e
      Johann-S authored
      735c374e
  14. 26 Aug, 2018 1 commit
  15. 25 Jul, 2018 1 commit
  16. 18 May, 2018 1 commit
    • domq's avatar
      Fix double-transition bug (#26452) · 616ce9b7
      domq authored
      By applying the transition: CSS property only to classes that are
      active during sliding, we avoid an unnecessary, non-zero-time
      animation that although mostly invisible, does interfere with e.g.
      z-index based parallax
      616ce9b7
  17. 24 Apr, 2018 1 commit
  18. 01 Apr, 2018 1 commit
    • Tom Swirly's avatar
      Tiny grammar and punctuation tweaks to a comment. · a0c7473a
      Tom Swirly authored
      1. It's == "it is"
      
      2. The subject of the sentence is "Only one" (not "these") so the verb must agree with it.
      
      Feel free to do nothing with this change, use it, etc - I just saw this while reading through the code.
      a0c7473a
  19. 12 Mar, 2018 1 commit
  20. 22 Jan, 2018 1 commit
  21. 22 Oct, 2017 1 commit
  22. 19 Oct, 2017 1 commit
    • Mark Otto's avatar
      Gradients and shadows (#24429) · 06641ca0
      Mark Otto authored
      * Update the form focus mixin to use a manual `$enable-shadows` check so we can always ensure a focus state for accessibility and consistency
      
      * - Add new `$input-btn-focus-width` and `$input-btn-focus-color` variables.
      
      - Replace separate `$btn-focus-box-shadow` and `$input-focus-box-shadow`
      variables with unified `$input-btn-focus-box-shadow` to match our
      combined variables approach elsewhere.
      
      * Put new focus width var to use in buttons mixins
      
      * use new button input-box shadow var
      
      * Add a new mixin for quickly adding linear gradient to components when $enable-gradients is set to true
      
      * use correct var
      
      * fix focus shadows in button mixins
      
      * Add opt-in gradients to alerts, buttons, carousel, custom radios and checkboxes, custom file input, and dropdown items
      
      * Generate .bg-gradient- utilities
      
      * add headings to colors page and document bg-gradient utils
      
      * update the button color for active status, check with yiq as it's done for basic state and hover state
      06641ca0
  23. 01 Jul, 2017 3 commits
  24. 08 Apr, 2017 3 commits
  25. 24 Jan, 2017 1 commit
  26. 01 Jan, 2017 1 commit
  27. 22 Dec, 2016 5 commits
    • Mark Otto's avatar
      linting · 736be8fc
      Mark Otto authored
      736be8fc
    • Mark Otto's avatar
      135b65de
    • Mark Otto's avatar
      Redo controls in flexbox · be7a8c68
      Mark Otto authored
      - Drops the absolute positioning of the icons within the left/right controls. We have to keep the controls themselves positioned though since we're overlapping HTML elements here.
      
      - No more position, left, right, or margins involved; just some justify-content and align-items.
      
      - Add some comments for explaining which flex property-value pair does what.
      
      - Remove the unapplied font and line-height stuff now that we're all SVGs and flexbox here.
      be7a8c68
    • 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
      d426c3c5
  28. 20 Dec, 2016 1 commit