1. 18 Mar, 2017 1 commit
    • naicko's avatar
      Update scss mixins to comply with scss-linting rules (#22151) · 890c6041
      naicko authored
      * Fixed some linting issues
      
      * Run npm tasks after scss cleanup
      
      * Revert "Run npm tasks after scss cleanup"
      
      This reverts commit 1103a0da.
      
      * Property sort order for grid
      
      * Let's respest the property order in the mixins
      
      * Respect property sort order in reboot file
      
      * ::-ms-expand is a vendor-prefix, add it to the scss-lint disable
      
      * Revert hover mixin comment
      
      * Fixed missing mixin hover-focus
      890c6041
  2. 28 Dec, 2016 5 commits
    • Mark Otto's avatar
      properly pass focus shadow should you enable shadows · e38c3506
      Mark Otto authored
      don't implement for the outline style because outline buttons get no shadow by default
      e38c3506
    • Mark Otto's avatar
      remove active styling from focus · a9bee8b6
      Mark Otto authored
      a9bee8b6
    • Mark Otto's avatar
      redo outlines · 62c4cb29
      Mark Otto authored
      - removes original outline removal (hah)
      - replaces it with an explicit `outline: 0` on `.btn`
      - instead of replicating `:hover` for `:focus`, uses custom and themed `box-shadow` for an "outline"
      - not mapped to the `$enable-shadows` variable because accessibility
      62c4cb29
    • Mark Otto's avatar
      linting · 79cfc095
      Mark Otto authored
      79cfc095
    • Mark Otto's avatar
      Redo button states · 7aa2a520
      Mark Otto authored
      Trying to simplify our output here by revamping these selectors. We overcomplicated things by setting hover styles for nearly every state (disabled and active included), and we set them in the wrong order.
      
      This commit does the following:
      
      - Reorders states so disabled comes before active, thereby removing the need to set disabled-active styles.
      
      - Removes all focus and hover styles from disabled states as those will naturally inherit from the default button state.
      
      - Renamed `.open` to `.show` to fix dropdown toggle highlighting.
      
      - Tweaked some indendation in the Sass.
      7aa2a520
  3. 16 Sep, 2016 1 commit
  4. 15 Feb, 2016 1 commit
  5. 08 Feb, 2016 1 commit
  6. 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
  7. 17 Jan, 2016 1 commit
  8. 09 Jan, 2016 1 commit
  9. 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
  10. 23 Aug, 2015 2 commits
  11. 18 Aug, 2015 1 commit
  12. 14 Aug, 2015 1 commit
  13. 13 Aug, 2015 1 commit
  14. 10 Aug, 2015 1 commit
  15. 22 Jan, 2015 1 commit
  16. 22 Dec, 2014 1 commit
  17. 02 Dec, 2014 1 commit