1. 12 Feb, 2018 1 commit
  2. 11 Feb, 2018 1 commit
  3. 09 Feb, 2018 1 commit
  4. 23 Jan, 2018 1 commit
  5. 22 Jan, 2018 2 commits
  6. 21 Jan, 2018 1 commit
  7. 19 Jan, 2018 1 commit
  8. 18 Jan, 2018 1 commit
    • Christian Oliff's avatar
      Update progress.md (#25355) · bffa438f
      Christian Oliff authored
      Removed '**Animated progress bars don't work in Opera 12**—as they don't support CSS3 animations.' note.
      
      Bootstrap 4 doesn't (and doesn't need to) support the ancient Opera 12 released in 2012 with a 0.04% marketshare so no need to mention.
      bffa438f
  9. 16 Jan, 2018 1 commit
  10. 15 Jan, 2018 2 commits
  11. 14 Jan, 2018 1 commit
  12. 11 Jan, 2018 1 commit
  13. 05 Jan, 2018 1 commit
  14. 03 Jan, 2018 2 commits
    • Mark Otto's avatar
      Validation tooltip example (#25143) · 460849dd
      Mark Otto authored
      * Add additional form validation examples
      
      Fixes #24811.
      
      This adds .valid-feedback to our custom styles and server side examples; previously we ommitted this to suggest you don't always need valid feedback. In addition, this adds examples of the .{valid|invalid}-tooltip classes with a new subsection in the Validation docs.
      
      * Update validation tooltip styles to remove fixed width; instead should retain itself to the parent element
      
      * update ids
      
      * finish docs paragraph, mention position: relative
      460849dd
    • Mark Otto's avatar
      add example of textarea to docs · 1e6a0f4f
      Mark Otto authored
      1e6a0f4f
  15. 02 Jan, 2018 2 commits
  16. 31 Dec, 2017 3 commits
  17. 30 Dec, 2017 4 commits
  18. 28 Dec, 2017 5 commits
  19. 27 Dec, 2017 4 commits
  20. 26 Dec, 2017 2 commits
  21. 24 Dec, 2017 1 commit
  22. 23 Dec, 2017 2 commits
    • Mark Otto's avatar
      Restyle code element, remove docs example overflow, improve docs examples (#25054) · 0a420124
      Mark Otto authored
      * Restyle code element, clean up variables
      
      - Removes the padding and background-color
      - Changes the color to a brand color ()
      - Add new variables to kbd element styles to account for removing the code ones
      - Remove overrides that were needed previously
      
      * only break between words, and override it in the pre
      
      * make file inputs 100% wide
      
      * scope custom file changes in input group for sizing
      
      * shorter button labels for responsive
      
      * narrower cards
      
      * button was too wide
      
      * downsize
      
      * fewer links in pagination
      
      * redo cell text
      
      * improve overflow docs
      0a420124
    • Mark Otto's avatar
      Form check markup v2 (#25050) · 16f14172
      Mark Otto authored
      * match layout behaviors
      
      * ditch the indicator as separate element for psuedo-elements on the label
      
      * move disabled to attribute only on input
      
      * redo default inline check to support new markup
      
      * redo inline forms
      
      * clean up vars
      
      * update validation mixin to new structure
      
      * update checks in docs
      
      * linting for for/id attributes
      16f14172