1. 23 Jan, 2018 1 commit
  2. 22 Jan, 2018 2 commits
  3. 21 Jan, 2018 1 commit
  4. 19 Jan, 2018 1 commit
  5. 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
  6. 16 Jan, 2018 1 commit
  7. 15 Jan, 2018 2 commits
  8. 14 Jan, 2018 1 commit
  9. 11 Jan, 2018 1 commit
  10. 05 Jan, 2018 1 commit
  11. 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
  12. 02 Jan, 2018 2 commits
  13. 31 Dec, 2017 3 commits
  14. 30 Dec, 2017 4 commits
  15. 28 Dec, 2017 5 commits
  16. 27 Dec, 2017 4 commits
  17. 26 Dec, 2017 2 commits
  18. 24 Dec, 2017 1 commit
  19. 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
  20. 22 Dec, 2017 1 commit
    • Mark Otto's avatar
      Rewrite input group component (#25020) · 13150872
      Mark Otto authored
      * Rewrite input group component
      
      * Set the feedback to 100% width for input group
      
      * Move from .row to .form-row for tighter layout
      
      * no need for custom feedback here, we're using browser messaging
      
      * add input group to validation examples
      
      * add note about validating multiple
      
      * migration note added
      13150872
  21. 12 Dec, 2017 2 commits