- 19 Oct, 2017 1 commit
-
-
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
-
- 09 Oct, 2017 1 commit
-
-
Prateek Goel authored
-
- 03 Oct, 2017 2 commits
-
-
XhmikosR authored
-
Andres Galante authored
-
- 22 Aug, 2017 1 commit
-
-
Svyatoslav Polishchuk authored
-
- 15 Aug, 2017 1 commit
-
- 13 Aug, 2017 1 commit
-
-
Mark Otto authored
* use a mixin there * revamp .btn-link to match default and outline variants * remove unnecessary properties
-
- 05 Jul, 2017 1 commit
-
-
Patrick H. Lauke authored
When focused, these buttons styled as links still give good visible focus indication through the underline, so this should not be a concern. Closes #22655
-
- 18 Jun, 2017 1 commit
-
-
Mark Otto authored
remove - vars, update docs to generate from data yml files, update mixins, and generate card, button, bg, and color classes from the sass map
-
- 16 Apr, 2017 1 commit
-
-
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
-
- 10 Apr, 2017 1 commit
-
-
Patrick H. Lauke authored
-
- 28 Mar, 2017 1 commit
-
-
Mark Otto authored
-
- 13 Mar, 2017 1 commit
-
-
Dominic Watson authored
Despite now having the ability to override outline-variant color, it's not actually being used so each are still #fff Related: https://github.com/twbs/bootstrap/pull/20734
-
- 28 Dec, 2016 5 commits
-
-
Mark Otto authored
also be sure to apply it for the active state when shadows are enabled
-
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
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.
-
Mark Otto authored
-
- 20 Dec, 2016 1 commit
-
-
Tom Lutzenberger authored
* Add variables for transitions * Add variables for transitions
-
- 19 Oct, 2016 1 commit
-
-
Simon Bächler authored
Websites might use different weights such as medium or thin or use light as default weight instead of normal. Also referenced: #18605 and #16170.
-
- 08 Feb, 2016 2 commits
-
-
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.
-
Mark Otto authored
-
- 06 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)
-
- 09 Jan, 2016 1 commit
-
-
Chris Rebert authored
[skip sauce] [skip validator]
-
- 06 Jan, 2016 1 commit
-
-
Mark Otto authored
-
- 08 Dec, 2015 2 commits
-
-
Chris Rebert authored
[skip sauce]
-
Chris Rebert authored
Both widgets need to use the same border width because of input groups. Thus: $btn-border-width => $input-btn-border-width $input-border-width => $input-btn-border-width [skip sauce]
-
- 07 Dec, 2015 1 commit
-
-
Mark Otto authored
-
- 13 Nov, 2015 1 commit
-
-
Chris Rebert authored
Fixes #18044 [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.
-
- 19 Aug, 2015 1 commit
-
-
Sid Roberts authored
-
- 18 Aug, 2015 1 commit
-
-
Mark Otto authored
-
- 14 Aug, 2015 2 commits
- 10 Aug, 2015 2 commits
- 23 Jun, 2015 3 commits