]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Gradients and shadows (#24429)
authorMark Otto <markd.otto@gmail.com>
Thu, 19 Oct 2017 16:03:33 +0000 (09:03 -0700)
committerGitHub <noreply@github.com>
Thu, 19 Oct 2017 16:03:33 +0000 (09:03 -0700)
commit06641ca0b3fe28021907f30c6f297d40f789f2fa
treeb9a4f25fe7212e089f65f386bcdecc3d30ed4fd6
parentd763d019ad3f61bb78c85f9dc2f7b842c8357e71
Gradients and shadows (#24429)

* 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
12 files changed:
docs/4.0/utilities/colors.md
scss/_buttons.scss
scss/_carousel.scss
scss/_custom-forms.scss
scss/_dropdown.scss
scss/_variables.scss
scss/mixins/_alert.scss
scss/mixins/_background-variant.scss
scss/mixins/_buttons.scss
scss/mixins/_forms.scss
scss/mixins/_gradients.scss
scss/utilities/_background.scss