1. 11 Feb, 2018 1 commit
  2. 21 Jan, 2018 1 commit
    • Taufek Johar's avatar
      Add CSS Utility for `auto` width and height Properties (#24249) · 2b42ef0d
      Taufek Johar authored
      Currently bootstrap only provides 4 variations of `width` and `height` css utilities, which are:
      
      1. 25%
      2. 50%
      3. 75%
      4. 100%.
      
      Here, I'm adding `auto` to the list. This is useful when we need to reset the width/height value
      back to the browser default value at some point.
      2b42ef0d
  3. 19 Jan, 2018 1 commit
  4. 17 Jan, 2018 1 commit
    • Andrew Luca's avatar
      Fix input height border (#25331) · 4c96f58e
      Andrew Luca authored
      When changing `$input-border-width`, `$input-height-border` does not change and `select.form-control` `custom-select` `custom-file` will still have `$input-height` which is resolved from `$input-btn-border-width`
      
      This will work in cases when want controls with border, and buttons without.
      
      Temporary fix will be to override 2 variables
      
      ```
      $input-border-width: 2px !default;
      
      // which is
      // $input-height-border: $input-btn-border-width * 2 !default;
      $input-height-border: $input-border-width * 2 !default;
      ```
      4c96f58e
  5. 16 Jan, 2018 1 commit
  6. 13 Jan, 2018 1 commit
  7. 11 Jan, 2018 1 commit
    • Mark Otto's avatar
      Deprecate hover media query shim and mixins (#25270) · 92cc0aba
      Mark Otto authored
      * Deprecate hover media query shim and mixins
      
      Fixes #25195.
      
      This never was completed or fully implemented, and the docs are inaccurate as to what browsers are currently affected by this stickied hover problem. This PR aims to update the docs and deprecate the shim from our mixins and only return the pseudo-classes. To reflect the order of these states used elsewhere (e.g., our button styles), I've also updated the order of each within the mixin.
      
      * Mention in docs and variables that it's deprecated
      92cc0aba
  8. 06 Jan, 2018 1 commit
  9. 04 Jan, 2018 1 commit
    • Mark Otto's avatar
      Print tweaks (#25164) · 20765b50
      Mark Otto authored
      * Add min-width to body when printing
      
      This should address some inconsistencies between browsers when printing. It applies a min-width to the body so that the content better resembles what your might see on your screen. I've made it a variable for easy customizing, too.
      
      * Don't underline buttons when printing
      
      * Add basic print styles for page and body size to create a semi-consistent print experience across browsers
      20765b50
  10. 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
  11. 02 Jan, 2018 1 commit
  12. 31 Dec, 2017 1 commit
  13. 29 Dec, 2017 1 commit
  14. 28 Dec, 2017 4 commits
  15. 27 Dec, 2017 2 commits
  16. 26 Dec, 2017 1 commit
  17. 24 Dec, 2017 1 commit
  18. 23 Dec, 2017 3 commits
    • simonihmig's avatar
      Fix tooltip/popover arrow size and position · 9600ab10
      simonihmig authored
      9600ab10
    • 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
  19. 02 Dec, 2017 1 commit
  20. 24 Nov, 2017 1 commit
    • Mark Otto's avatar
      Custom select updates (#24699) · 2ec1606a
      Mark Otto authored
      * Add support for size attribute on custom selects
      
      * Add large custom select, document it and the small variant
      
      * fix custom select focus state
      
      * fix custom file input focus styles
      
      * remove empty line
      2ec1606a
  21. 15 Nov, 2017 1 commit
  22. 06 Nov, 2017 5 commits
  23. 02 Nov, 2017 1 commit
  24. 30 Oct, 2017 2 commits
  25. 25 Oct, 2017 1 commit
  26. 23 Oct, 2017 1 commit
  27. 22 Oct, 2017 3 commits