- 18 Mar, 2017 1 commit
-
-
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
-
- 28 Dec, 2016 5 commits
-
-
Mark Otto authored
don't implement for the outline style because outline buttons get no shadow by default
-
Mark Otto authored
-
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
-
Mark Otto authored
-
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.
-
- 16 Sep, 2016 1 commit
-
-
Beau Smith authored
Fixes #20609 PR #20641, another solution to this issue, hard-codes use of $body-color, which may not be the desired color for the text when hovering.
-
- 15 Feb, 2016 1 commit
-
-
Patrick H. Lauke authored
-
- 08 Feb, 2016 1 commit
-
-
Mark Otto authored
-
- 04 Feb, 2016 1 commit
-
-
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)
-
- 17 Jan, 2016 1 commit
-
-
Chris Rebert authored
-
- 09 Jan, 2016 1 commit
-
-
Chris Rebert authored
[skip sauce] [skip validator]
-
- 27 Aug, 2015 1 commit
-
-
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.
-
- 23 Aug, 2015 2 commits
- 18 Aug, 2015 1 commit
-
-
Mark Otto authored
-
- 14 Aug, 2015 1 commit
-
-
Mark Otto authored
- no real need for everything to be 100% shared - padding looked and felt too large for inputs but not for buttons - tying forms and buttons seems fine, but throwing in pagination feels wrong
-
- 13 Aug, 2015 1 commit
-
-
Thomas McDonald authored
-
- 10 Aug, 2015 1 commit
-
-
Mark Otto authored
-
- 22 Jan, 2015 1 commit
-
-
Chris Rebert authored
-
- 22 Dec, 2014 1 commit
-
-
Chris Rebert authored
:disabled is supported in IE9+ and all modern browsers
-
- 02 Dec, 2014 1 commit
-
-
Mark Otto authored
-