- 21 Oct, 2018 1 commit
-
-
Doug Puchalski authored
The outline button variant mixin should use the hover mixin, as does the non-outline version.
-
- 20 Oct, 2018 1 commit
-
-
Ian Walter authored
When gradients are enabled there is still a hover state on disabled buttons since the hover rules apply to background-image and disabled rules apply to background-color. This applies the logic already present in dropdowns to buttons. This fix was originally proposed by @ysds.
-
- 02 Sep, 2018 1 commit
-
-
Martijn Cuppens authored
-
- 17 Jan, 2018 1 commit
-
-
Mark Otto authored
-
- 15 Jan, 2018 1 commit
-
-
Patrick H. Lauke authored
Closes https://github.com/twbs/bootstrap/issues/25316
-
- 14 Jan, 2018 1 commit
-
-
Patrick Yeo authored
-
- 13 Jan, 2018 1 commit
-
-
Wolfgang Goedel authored
-
- 31 Dec, 2017 1 commit
-
-
Mark Otto authored
* Base the outline button :active color on the background, fixing a contrast issue * Only apply focus outline to active when it's focused
-
- 28 Dec, 2017 1 commit
-
-
Mark Otto authored
-
- 25 Nov, 2017 1 commit
-
-
afholderman authored
* Fix Issue #24144 Alter button-outline-variant mixin to darken hover and active background in same fashion as filled button. * Fix Issue #24144 Filled button on hover should utilize the same color-yiq mixin so that theme buttons match * default values, fix mixin
-
- 29 Oct, 2017 1 commit
-
- 25 Oct, 2017 1 commit
-
-
Mark Otto authored
-
- 19 Oct, 2017 2 commits
-
-
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
-
Mark Otto authored
-
- 09 Oct, 2017 1 commit
-
-
Prateek Goel authored
-
- 04 Oct, 2017 2 commits
-
-
Gijs Boddeus authored
-
Gijs Boddeus authored
-
- 13 Sep, 2017 1 commit
-
-
gijsbotje authored
function only returns a value, not the attribute itself updated every use of the former mixin to use the new function
-
- 11 Sep, 2017 1 commit
-
-
Andres Galante authored
-
- 04 Sep, 2017 1 commit
-
-
Ben Hayward authored
-
- 13 Aug, 2017 1 commit
-
-
Mark Otto authored
* use a mixin there * revamp .btn-link to match default and outline variants * remove unnecessary properties
-
- 02 Jul, 2017 2 commits
- 18 Jun, 2017 2 commits
- 09 Apr, 2017 1 commit
-
-
Mark Otto authored
-
- 28 Mar, 2017 1 commit
-
-
Mark Otto authored
-
- 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.
-