aboutsummaryrefslogtreecommitdiff
path: root/scss
AgeCommit message (Collapse)AuthorFilesLines
2017-06-17wrap .sticky-top in supports queryMark Otto1-3/+5
2017-06-17Some .navbar .dropdown-menu optimisation (#22776)Catalin Zalog1-12/+0
2017-06-17Reset Popper.js styles for Dropdowns in navbarJohann-S1-4/+19
2017-06-16(#22414) Rename for consistency `$list-group-link-*-*` to ↵Patrick Yeo2-8/+8
`$list-group-action-*-*`
2017-06-15add new color vars and mapsMark Otto1-12/+64
2017-06-15add color contrast and map-get functionsMark Otto1-0/+23
2017-06-15Rename popover classesMark Otto2-19/+19
Part of an update to align the naming schemes across our components. - Renames .popover-title to .popover-header - Renames .popover-content to .popover-body Refs: #22092
2017-06-15Rename .card-block to .card-body to match nomenclature of modalsMark Otto1-1/+1
2017-06-14Merge branch 'v4-dev' into rip-customMark Otto5-56/+52
2017-06-14rearrange, add commentsMark Otto1-8/+18
2017-06-14Move scss functions from top of variables to separate file, then import it ↵Mark Otto5-56/+42
into other build files
2017-06-14Merge branch 'v4-dev' into rip-customMark Otto5-107/+139
2017-06-14Rename .form-control-static to .form-control-readonly-plainPatrick H. Lauke1-4/+4
2017-06-13Remove the confusing _custom.scss fileMark Otto4-7/+0
2017-06-13move from .gutters-sm to .form-row to be super explicit about intended use caseMark Otto2-12/+18
2017-06-13Merge branch 'v4-dev' into form-tweaksMark Otto10-92/+96
2017-06-13(Fixes #22414) Rename for consistency `$custom-checkbox-radius`, ↵Patrick Yeo2-13/+13
`$custom-checkbox-checked-icon`, `$custom-checkbox-indeterminate-indicator-color`, `$custom-checkbox-indeterminate-icon`, `$custom-radio-radius`, `$custom-radio-checked-icon`, `$custom-select-sm-font-size`, to `$custom-checkbox-border-radius`, `$custom-checkbox-icon-checked`, `$custom-checkbox-indicator-indeterminate-color`, `$custom-checkbox-icon-indeterminate`, `$custom-radio-border-radius`, `$custom-radio-icon-checked`, `$custom-select-font-size-sm` respectively
2017-06-13Rename `$font-size-h*` to `$h*-font-size` for consistency (#22414)Patrick Yeo2-12/+12
2017-06-13Rename for consistency `$table-sm-cell-padding`, `$table-bg-accent`, ↵Patrick Yeo2-12/+12
`$table-bg-hover`, `$table-bg-active`, `$table-inverse-bg-accent`, `$table-inverse-bg-hover` to `$table-cell-padding-sm`, `$table-accent-bg`, `$table-hover-bg`, `$table-active-bg`, `$table-inverse-accent-bg`, `$table-inverse-hover-bg`, respectively (#22414)
2017-06-13(#22414) Rename for consistency `$input-bg-disabled`, `$input-bg-focus`, ↵Patrick Yeo3-12/+12
`$input-border-color-focus`, `$input-box-shadow-focus`, `$input-color-focus`, `$input-color-placeholder` to `$input-disabled-bg`, `$input-focus-bg`, `$input-focus-border-color`, `$input-focus-box-shadow`, `$input-focus-color`, `$input-placeholder-color`, respectively
2017-06-13(#22414) Rename for consistency `$custom-control-disabled-indicator-bg`, ↵Patrick Yeo2-21/+21
`$custom-control-disabled-description-color`, `$custom-control-checked-indicator-color`, `$custom-control-checked-indicator-bg`, `$custom-control-checked-indicator-box-shadow`, `$custom-control-focus-indicator-box-shadow`, `$custom-control-active-indicator-color`, `$custom-control-active-indicator-bg`, `$custom-control-active-indicator-box-shadow` to `$custom-control-indicator-disabled-bg`, `$custom-control-description-disabled-color`, `$custom-control-indicator-checked-color`, `$custom-control-indicator-checked-bg`, `$custom-control-indicator-checked-box-shadow`, `$custom-control-indicator-focus-box-shadow`, `$custom-control-indicator-active-color`, `$custom-control-indicator-active-bg`, `$custom-control-indicator-active-box-shadow`, respectively
2017-06-13(#22414) Renamed for consistency `$nav-disabled-link-color`, ↵Patrick Yeo2-13/+13
`$nav-tabs-active-link-color`, `$nav-tabs-active-link-bg`, `$nav-tabs-active-link-border-color`, `$nav-pills-active-link-color`, `$nav-pills-active-link-bg` to `$nav-link-disabled-color`, `$nav-tabs-link-active-color`, `$nav-tabs-link-active-bg`, `$nav-tabs-link-active-border-color`, `$nav-pills-link-active-color`, `$nav-pills-link-active-bg`, respectively
2017-06-13(#22414) Renamed for consistency `$modal-dialog-sm-up-margin-y`, ↵Patrick Yeo2-6/+6
`$modal-content-xs-box-shadow`, `$modal-content-sm-up-box-shadow`, to `$modal-dialog-margin-y-sm-up`, `$modal-content-box-shadow-xs`, `$modal-content-box-shadow-sm-up`, respectively
2017-06-13Update _variables.scssMark Otto1-1/+1
2017-06-13Mention variable naming scheme to help with #22414Mark Otto1-0/+3
2017-06-10move to mixin so we can repeat it easier and allow folks to extend to custom ↵Mark Otto2-100/+67
states
2017-06-06remove icons for nowMark Otto2-12/+3
2017-06-06add valid stateMark Otto1-0/+51
2017-06-06drop the old validation styles and docsMark Otto2-118/+0
2017-06-05flesh out invalid styles on .was-validatedMark Otto1-0/+82
2017-06-03Fix overflowing text in Cards with `word-wrap: break-word`Patrick Yeo1-1/+2
2017-06-03Rename `$card-border-radius-inner` to `$card-inner-border-radius`Patrick Yeo2-6/+6
2017-06-03fix small typo inside _button-group.scss (#22746)Tom Van Rompaey1-1/+1
fron -> front
2017-06-01trying out new validation stylesMark Otto2-15/+51
2017-05-31Merge branch 'v4-dev' into form-tweaksMark Otto5-540/+5
2017-05-31Merge branch 'v4-dev' into v4-docs-streamlinedMark Otto2-2/+2
2017-05-31Rename `$card-link-hover-color` to `$card-inverse-link-hover-color`Patrick Yeo2-2/+2
2017-05-31Merge branch 'v4-docs-streamlined' of https://github.com/twbs/bootstrap into ↵Mark Otto1-0/+1
v4-docs-streamlined
2017-05-30Merge branch 'v4-dev' into v4-docs-streamlinedMark Otto1-0/+1
2017-05-30tweak dropdown caret size and placementMark Otto1-2/+2
2017-05-28keep width, add commentMark Otto1-1/+2
2017-05-28Fix responsive .col-{infix}-autoMark Otto1-1/+1
Responsive automatic column resets weren't working because they inherited their `max-width` from lower grid tiers. This was because we were resetting the `width`, not the `max-width`.
2017-05-27move .scss-lint.yml to route dir instead of symlink (which didn't work)Mark Otto1-536/+0
2017-05-26Merge branch 'v4-dev' into form-tweaksMark Otto7-147/+162
2017-05-26Rename `$navbar-*-toggler-bg` to `$navbar-*-toggler-icon-bg` since it's ↵Patrick Yeo2-4/+4
placed on .navbar-toggler-icon (#22564)
2017-05-26Revert simplified grid column styles from #22376Mark Otto1-1/+5
The premise for #22376 was that if we removed the `max-width` and `flex` properties, we could use the column classes as `width` utilities. The problem that I didn't remember at the time is that column classes have horizontal `padding` on them. This doesn't work for setting `width`. Perhaps more importantly, this causes #22649—the automatic sizing of columns is broken with the absence of `flex` styles. /cc @sachinsinghi
2017-05-26add a compact gutter option, .gutters-smMark Otto1-0/+12
2017-05-25Add box-shadow to .progress-bar (#22579)Mark Otto1-0/+1
* Add box-shadow to .progress-bar Puts an unused variable back in use for when folks set `$enable-shadows` to `true`.
2017-05-24Placement auto for popoversJohann-S1-0/+14
2017-05-24Placement auto for tooltipsJohann-S1-0/+14