aboutsummaryrefslogtreecommitdiff
path: root/scss
AgeCommit message (Collapse)AuthorFilesLines
2017-11-06Restore .progress-bar transition (#24694)Mark Otto1-0/+1
Unintentionally removed in #22703. Fixes #24643.
2017-11-06fixing label cutoff at 0% (#24544)Gijs Boddeus1-1/+2
2017-11-06Convert px values to rem on tooltip variables (#23468)Andres Galante2-16/+15
* converts px valures to rem on tooltip variables * keep as px to match popover changes
2017-11-06changes list-inline-padding from 5px to .5remAndres Galante1-1/+1
2017-11-06Minor Sass consistency changes. (#24677)XhmikosR7-8/+8
* use `background-color` instead of the shorthand * use `outline: 0` consistently * fix transform order * remove quotes from `SFMono-Regular`
2017-11-02Convert modal's px units to rem (#23782)Andres Galante1-16/+16
2017-10-30adds variables for the hr element marginAndres Galante2-3/+5
2017-10-30changes colors references on variables.scss from hardcoded to variables on ↵Andres Galante1-10/+10
the theme
2017-10-29Add dropright and dropleft (right and left placements for our dropdown) (#23860)Johann-S2-0/+58
* Add dropright (right placement for our dropdown) * Add dropleft * moves drop left arrow to the left
2017-10-29Add `.modal-dialog-centered` for optional vertically centered modal (#24510)Mark Otto1-0/+15
* Add .modal-dialog-centered for optional vertically cenetered modal Fixes #23638 * adds modal-dialog-centered class to docs and removes margin to avoid generating a vertical scrolling * mention limitations * fix aria attr * Add `width: 100%` to the .modal-content for the centered version. Adding it here to avoid adding another selector by limiting it to the centered modal modifier.
2017-10-28Add fallback border-radius to .btn (#24505)Mark Otto1-1/+6
Fixes #24503 by manually calling the border-radius instead of using the mixin.
2017-10-27fixes #24574Mark Otto1-1/+1
2017-10-25update new focus and shadow properties to use varsMark Otto4-13/+17
2017-10-22Merge branch 'btn_input_split_variables' of ↵Mark Otto5-46/+79
https://github.com/isychev/bootstrap into isychev-btn_input_split_variables
2017-10-22edit code commentsMark Otto1-3/+5
2017-10-22Replace some border-radius properties for the mixin, closes #23872Mark Otto3-4/+4
2017-10-22Merge branch 'input-group-custom-forms' into v4-devMark Otto1-4/+27
2017-10-22Update _variables.scssMark Otto1-1/+1
2017-10-22Merge branch 'v4-dev' into btn_input_split_variablesMark Otto26-104/+168
2017-10-23Refactor a few selectors. (#24404)XhmikosR4-63/+69
1. move a couple of them before the more specific ones. 2. change nesting to be under the same parent selector 3. use the ampersand more
2017-10-23Enable stylelint's `function-comma-space-after`. (#24501)XhmikosR5-33/+33
The option is set to `always-single-line` in stylelint-config-standard which we extend.
2017-10-22Add variable to configure the `$dropdown-border-radius`. (#24376)José Francisco2-1/+2
2017-10-22match property orderMark Otto1-1/+1
2017-10-22adds animation to color on outlined btnsAndres Galante1-1/+1
2017-10-22add vars for yiq color contrast functionMark Otto2-2/+6
2017-10-22Fix for right padding in dismissible alerts (#24481)Eugene Kopyov1-0/+2
* Fix for right padding in dismissible alerts * Removed extra whitespace * Update _alert.scss * Update _alert.scss
2017-10-22fix custom file input tooMark Otto1-1/+3
2017-10-22match space after comma, darken invalid/valid bg color on custom checksMark Otto1-4/+4
2017-10-22use rgba() so it's not at full opacityMark Otto1-1/+1
2017-10-22Merge branch 'custom-checkboxes-radios-correct-color' of ↵Mark Otto1-2/+7
https://github.com/sabrown84/bootstrap into sabrown84-custom-checkboxes-radios-correct-color
2017-10-22Remove `thumbnail-transition` from `.img-thumbnail`.XhmikosR2-2/+0
We don't change anything so the transition is basically unused.
2017-10-22match width behaviour of form-control to form-control-plaintext (#24486)Gijs Boddeus1-0/+2
2017-10-22fix card group border radii (#24491)Gijs Boddeus1-7/+15
2017-10-22fix vertical input button group margin (#24498)Gijs Boddeus1-0/+2
* add margin-bottom to .btn of a vertical button group * match margins of radio/checkbox buttons in a btn-group to the actual buttons * add comment
2017-10-21really fix indentation, reorderMark Otto1-4/+5
2017-10-21use vars, fix indentationMark Otto1-4/+3
2017-10-20Sass correctionSharrell Porter1-1/+5
2017-10-20sync-commits erge branch 'v4-dev' into custom-checkboxes-radios-correct-colorSharrell Porter23-112/+149
2017-10-20Remove margin from pre in code.scss since it's already set in reboot (#24366)Andres Galante1-2/+0
2017-10-20Reduce z-indexes in button-group, input-group, list-group, and pagination to ↵rmacklin4-9/+9
the minimum necessary (#24315) These were using `z-index: 2` to "Place active items above their siblings for proper border styling". However, using `z-index: 1` is sufficient for accomplishing that goal. In input-group, there were also three `z-index: 3` rules for the hover/focus/active states. I reduced these to `z-index: 2` since they just needed to be "one more than normal" (i.e. one more than what is now `z-index: 1` after my changes). These changes can be verified by viewing the documentation pages for Button group, Input group, List group, and Pagination before and after this commit and observing that the active elements are still "above" their siblings, so their borders look correct.
2017-10-20Remove background-image: none; on .form-control (#24454)Mark Otto1-2/+0
As the diff shows, this was for a Firefox Android issue that's since been fixed. Closes #23817.
2017-10-19Add input group support for custom selects and custom filesMark Otto1-4/+27
Closes #24437, closes #22457
2017-10-19fix version numberMark Otto3-3/+3
2017-10-19new version numberMark Otto3-3/+3
2017-10-19Gradients and shadows (#24429)Mark Otto11-19/+63
* 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
2017-10-19Reindent _variables.scss. (#24428)XhmikosR1-20/+20
2017-10-19Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto1-8/+17
2017-10-19fix functions, lighter colors on activeMark Otto1-3/+3
2017-10-19Merge branch 'btn-active' of https://github.com/andresgalante/bootstrap into ↵Mark Otto1-5/+5
andresgalante-btn-active
2017-10-19append btn-* and input-* variables and extends their from input-btn-* variablesi.sychev5-47/+78