mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-18 05:30:22 +00:00
* 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 |
||
|---|---|---|
| .. | ||
| _alert.scss | ||
| _background-variant.scss | ||
| _badge.scss | ||
| _border-radius.scss | ||
| _box-shadow.scss | ||
| _breakpoints.scss | ||
| _buttons.scss | ||
| _caret.scss | ||
| _clearfix.scss | ||
| _float.scss | ||
| _forms.scss | ||
| _gradients.scss | ||
| _grid-framework.scss | ||
| _grid.scss | ||
| _hover.scss | ||
| _image.scss | ||
| _list-group.scss | ||
| _lists.scss | ||
| _nav-divider.scss | ||
| _navbar-align.scss | ||
| _pagination.scss | ||
| _reset-text.scss | ||
| _resize.scss | ||
| _screen-reader.scss | ||
| _size.scss | ||
| _table-row.scss | ||
| _text-emphasis.scss | ||
| _text-hide.scss | ||
| _text-truncate.scss | ||
| _transition.scss | ||
| _visibility.scss | ||