1. 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
  2. 09 Oct, 2017 1 commit
  3. 03 Oct, 2017 2 commits
  4. 22 Aug, 2017 1 commit
  5. 15 Aug, 2017 1 commit
  6. 13 Aug, 2017 1 commit
    • Mark Otto's avatar
      Button code cleanup (#22951) · cd22eb1d
      Mark Otto authored
      * use a mixin there
      * revamp .btn-link to match default and outline variants
      * remove unnecessary properties
      cd22eb1d
  7. 05 Jul, 2017 1 commit
  8. 18 Jun, 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 Mar, 2017 1 commit
  12. 13 Mar, 2017 1 commit
  13. 28 Dec, 2016 5 commits
  14. 20 Dec, 2016 1 commit
  15. 19 Oct, 2016 1 commit
  16. 08 Feb, 2016 2 commits
    • Mark Otto's avatar
      updated button/form-control padding and line-height · 38c93371
      Mark Otto authored
      - Moves from no set line-height (inherited of 1.5) to declared 1.25 for
      all inputs and buttons (regardless of size modifier).
      
      - Updates padding to be `.5rem` instead of `.375rem` so that padding is
      more likely to be whole numbers based on the root font-size.
      
      - Whole numbers will be beneficial in avoiding odd fractional pixels
      that can lead to misalignment as shown in #18607.
      
      - Large buttons and inputs are now a tad wider, and smaller
      buttons/inputs a tad shorter and narrower, too.
      38c93371
    • Mark Otto's avatar
      Remove line-height from button mixin calls · 1db8dc10
      Mark Otto authored
      1db8dc10
  17. 06 Feb, 2016 1 commit
  18. 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
  19. 09 Jan, 2016 1 commit
  20. 06 Jan, 2016 1 commit
  21. 08 Dec, 2015 2 commits
  22. 07 Dec, 2015 1 commit
  23. 13 Nov, 2015 1 commit
  24. 27 Aug, 2015 1 commit
    • Gleb Mazovetskiy's avatar
      Remove all uses of `selector &` · f7b27a02
      Gleb Mazovetskiy authored
      If we want to support namespaced import:
      
      ```scss
      .twbs {
        @import 'bootstrap';
      }
      ```
      
      We cannot use `selector &`, see sass/sass#1817.
      
      `fieldset[disabled] &` is not needed as we no longer support IE8.
      f7b27a02
  25. 19 Aug, 2015 1 commit
  26. 18 Aug, 2015 1 commit
  27. 14 Aug, 2015 2 commits
  28. 10 Aug, 2015 2 commits
  29. 23 Jun, 2015 3 commits