| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-12-30 | removes hardcoded value for nav-link padding | Andres Galante | 1 | -0/+2 | |
| 2017-12-29 | Darken $gray-600 by 10% for AA contrast (#25123) | Mark Otto | 1 | -1/+1 | |
| Closes #23319. Both `.text-muted` and `.btn-outline-secondary` (and indeed all secondary items) make use of `$gray-600`. New value provides a contrast ratio of 4.69. | |||||
| 2017-12-28 | linting | Mark Otto | 1 | -1/+1 | |
| 2017-12-28 | Move alert theme-color() levels to variables | Mark Otto | 1 | -0/+4 | |
| Closes #24341 | |||||
| 2017-12-28 | Allow customizing Popover and Tooltip `border-radius` while I'm at it | Patrick Yeo | 1 | -0/+2 | |
| 2017-12-28 | Allow customizing Popover and Tooltip `font-size` outside of `$font-size-sm` | Patrick Yeo | 1 | -0/+2 | |
| 2017-12-26 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 1 | -6/+1 | |
| 2017-12-26 | smaller popover arrows for more reasonable visuals and more ideal pixel rounding | Mark Otto | 1 | -2/+2 | |
| 2017-12-26 | Merge branch 'fix-arrows' of https://github.com/simonihmig/bootstrap into ↵ | Mark Otto | 1 | -4/+4 | |
| simonihmig-fix-arrows | |||||
| 2017-12-26 | Rewrite custom file input | Mark Otto | 1 | -6/+1 | |
| - Changes the wrapping label to a div so we can style the label instead of another element while also supporting form validation. - Fixes form validation styles for custom file input (closes #24831). - Updates docs with validation styles (also adding example feedback text while I was there) and new how it works section. | |||||
| 2017-12-26 | Darken table border-color | Mark Otto | 1 | -1/+1 | |
| Fixes #25016 which noticed a .thead-light and border-color of the .table-border are the same color. | |||||
| 2017-12-23 | Make custom select and file inputs 100% wide | Mark Otto | 1 | -1/+0 | |
| Matches browser default inputs and swaps some max-width properties for a regular width | |||||
| 2017-12-23 | Fix tooltip/popover arrow size and position | simonihmig | 1 | -4/+4 | |
| 2017-12-22 | Restyle code element, remove docs example overflow, improve docs examples ↵ | Mark Otto | 1 | -5/+5 | |
| (#25054) * Restyle code element, clean up variables - Removes the padding and background-color - Changes the color to a brand color () - Add new variables to kbd element styles to account for removing the code ones - Remove overrides that were needed previously * only break between words, and override it in the pre * make file inputs 100% wide * scope custom file changes in input group for sizing * shorter button labels for responsive * narrower cards * button was too wide * downsize * fewer links in pagination * redo cell text * improve overflow docs | |||||
| 2017-12-22 | Form check markup v2 (#25050) | Mark Otto | 1 | -4/+3 | |
| * match layout behaviors * ditch the indicator as separate element for psuedo-elements on the label * move disabled to attribute only on input * redo default inline check to support new markup * redo inline forms * clean up vars * update validation mixin to new structure * update checks in docs * linting for for/id attributes | |||||
| 2017-12-01 | Adds variable for color yiq threshold (#24886) | Andres Galante | 1 | -1/+3 | |
| 2017-11-24 | Custom select updates (#24699) | Mark Otto | 1 | -3/+7 | |
| * Add support for size attribute on custom selects * Add large custom select, document it and the small variant * fix custom select focus state * fix custom file input focus styles * remove empty line | |||||
| 2017-11-15 | Adds variables for form validation messages (#24767) | Andres Galante | 1 | -0/+2 | |
| 2017-11-06 | Nav Tabs use single variable to style `$nav-tabs-link-hover-border-color` ↵ | Patrick Yeo | 1 | -2/+2 | |
| and `$nav-tabs-link-active-border-color` (#24639) | |||||
| 2017-11-06 | Move hardcoded opacity value in `.btn:disabled` to variable ↵ | Patrick Yeo | 1 | -0/+1 | |
| `$btn-disabled-opacity` (#24680) | |||||
| 2017-11-06 | Convert px values to rem on tooltip variables (#23468) | Andres Galante | 1 | -12/+11 | |
| * converts px valures to rem on tooltip variables * keep as px to match popover changes | |||||
| 2017-11-06 | changes list-inline-padding from 5px to .5rem | Andres Galante | 1 | -1/+1 | |
| 2017-11-06 | Minor Sass consistency changes. (#24677) | XhmikosR | 1 | -2/+2 | |
| * use `background-color` instead of the shorthand * use `outline: 0` consistently * fix transform order * remove quotes from `SFMono-Regular` | |||||
| 2017-11-02 | Convert modal's px units to rem (#23782) | Andres Galante | 1 | -16/+16 | |
| 2017-10-30 | adds variables for the hr element margin | Andres Galante | 1 | -1/+3 | |
| 2017-10-30 | changes colors references on variables.scss from hardcoded to variables on ↵ | Andres Galante | 1 | -10/+10 | |
| the theme | |||||
| 2017-10-25 | update new focus and shadow properties to use vars | Mark Otto | 1 | -0/+4 | |
| 2017-10-22 | edit code comments | Mark Otto | 1 | -3/+5 | |
| 2017-10-22 | Update _variables.scss | Mark Otto | 1 | -1/+1 | |
| 2017-10-22 | Merge branch 'v4-dev' into btn_input_split_variables | Mark Otto | 1 | -51/+57 | |
| 2017-10-23 | Enable stylelint's `function-comma-space-after`. (#24501) | XhmikosR | 1 | -28/+28 | |
| The option is set to `always-single-line` in stylelint-config-standard which we extend. | |||||
| 2017-10-22 | Add variable to configure the `$dropdown-border-radius`. (#24376) | José Francisco | 1 | -0/+1 | |
| 2017-10-22 | match property order | Mark Otto | 1 | -1/+1 | |
| 2017-10-22 | adds animation to color on outlined btns | Andres Galante | 1 | -1/+1 | |
| 2017-10-22 | add vars for yiq color contrast function | Mark Otto | 1 | -0/+4 | |
| 2017-10-22 | Remove `thumbnail-transition` from `.img-thumbnail`. | XhmikosR | 1 | -1/+0 | |
| We don't change anything so the transition is basically unused. | |||||
| 2017-10-19 | Gradients and shadows (#24429) | Mark Otto | 1 | -3/+5 | |
| * 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-19 | Reindent _variables.scss. (#24428) | XhmikosR | 1 | -20/+20 | |
| 2017-10-19 | append btn-* and input-* variables and extends their from input-btn-* variables | i.sychev | 1 | -4/+35 | |
| 2017-10-19 | Move theme variables outside of the theme map. (#23918) | Andres Galante | 1 | -8/+17 | |
| 2017-10-18 | Rename navbar height variables to reflect their value (#24161) | Dylan Seago | 1 | -3/+3 | |
| 2017-10-18 | Increase headings-line-height from 1.1 to 1.2 (#24423) | Mark Otto | 1 | -1/+1 | |
| This way, descenders are not cropped when truncating. Fixes #23956. | |||||
| 2017-10-18 | Set font-sizes relative to font-size-base (#24060) | tillmon | 1 | -20/+20 | |
| * font-sizes relative to font-size-base * ditch $heading-font-size-base, simplify * apply same to .lead var * also update progress bar font-size var | |||||
| 2017-10-17 | changes popovers from px to rem | Andres Galante | 1 | -9/+7 | |
| 2017-10-10 | Use `$white` variable for `.navbar-dark`'s color. (#24309) | XhmikosR | 1 | -1/+1 | |
| Using `rgba($white,1)` results in `white` instead of the hex. | |||||
| 2017-10-09 | Centered SVG icon within its own container (#24292) | Gisete Kindahl | 1 | -2/+2 | |
| 2017-10-07 | Reindent _variables.scss. | XhmikosR | 1 | -419/+421 | |
| Now it's more consistent. Also switch to numeric values for font-weight. | |||||
| 2017-10-02 | Update input-btn-line-height vars to reassign global sm/lg vars | Mark Otto | 1 | -3/+3 | |
| 2017-10-02 | Update input/button padding to fix cutoff text in Windows Chrome | Mark Otto | 1 | -2/+2 | |
| 2017-10-02 | Badges add Sass variable to configure `$badge-border-radius` (#24213) | Patrick Yeo | 1 | -0/+1 | |
