| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-07-25 | Mention dropped `.pre-scrollable` class in migration guide. | Martijn Cuppens | 1 | -0/+1 | |
| 2019-07-25 | Drop `.pre-scrollable` class | Martijn Cuppens | 1 | -1/+1 | |
| 2019-07-25 | Drop `color()`, `theme-color()` & `gray()` functions (#29083) | Martijn Cuppens | 2 | -34/+20 | |
| Drop `color()`, `theme-color()` & `gray()` functions in favor of variables. The functions just called a `map-get()` of a map where just the variables were defined. Also the `theme-color-level()` now accepts any color you want instead of only `$theme-colors` colors. The first value now is a variable instead of the `$theme-colors` key. | |||||
| 2019-07-25 | Fix busted hover/focus on sidebar | Mark Otto | 1 | -1/+1 | |
| 2019-07-25 | Restore `7rem` so that the sidebar is balanced on top and bottom | Mark Otto | 1 | -1/+1 | |
| 2019-07-25 | Sidebar theming tweaks | Martijn Cuppens | 2 | -17/+9 | |
| 2019-07-25 | Increase navbar link brightness for slightly better color contrast | Mark Otto | 1 | -1/+1 | |
| 2019-07-25 | Split up docs _nav.scss | Mark Otto | 3 | -52/+48 | |
| - _navbar.scss for all main navbar code - new _subnav.scss to move all subnav styles into | |||||
| 2019-07-25 | Restore height and overflow on docs sidebar | Mark Otto | 1 | -0/+2 | |
| 2019-07-24 | Remove https://glyph.smarticons.co/ from list of suggestions as the (#29121) | Ben Boyter | 1 | -2/+0 | |
| domain is now for sale and is triggers warnings in Firefox and Chrome | |||||
| 2019-07-24 | Apply `at-mixin-argumentless-call-parentheses: always` stylelint rule | Martijn Cuppens | 3 | -5/+5 | |
| 2019-07-24 | Rebuild the dist to pickup new utilities file (#29105) | Mark Otto | 3 | -3/+3 | |
| Dist after adding new utils file | |||||
| 2019-07-23 | Don't add the crossorigin attribute unless we pass integrity. (#29112) | XhmikosR | 1 | -1/+1 | |
| 2019-07-23 | fix docs bad use of private methods to change title of our tooltips (#29111) | Johann-S | 1 | -4/+2 | |
| 2019-07-23 | Move Icons in data. (#29087) | XhmikosR | 2 | -11/+37 | |
| 2019-07-22 | Fix subnavbar active style. | XhmikosR | 1 | -11/+7 | |
| 2019-07-22 | Disable the `!default` rule for our docs variables. | XhmikosR | 1 | -9/+10 | |
| 2019-07-22 | Use the background shorthand. | XhmikosR | 1 | -5/+1 | |
| 2019-07-22 | docs: use the `escape_svg` function. | XhmikosR | 2 | -1/+2 | |
| 2019-07-22 | Simplify code for 'cover' example by using utility classes. (#28986) | Christian Oliff | 2 | -64/+11 | |
| 2019-07-22 | Add utilities documentation | Martijn Cuppens | 1 | -0/+10 | |
| 2019-07-22 | Add bootstrap-utilities.scss | julian-hecker | 1 | -0/+4 | |
| 2019-07-22 | Simplify code. | XhmikosR | 1 | -10/+8 | |
| 2019-07-22 | Use sha384. | XhmikosR | 2 | -4/+4 | |
| 2019-07-22 | Manually escape script. | XhmikosR | 1 | -1/+3 | |
| 2019-07-22 | Remove useless script. | XhmikosR | 1 | -2/+0 | |
| 2019-07-22 | Use .html like every other example, change the layout, simplify some things ↵ | Mark Otto | 2 | -102/+105 | |
| for now | |||||
| 2019-07-22 | Remove card columns in favor of masonry grid | Martijn Cuppens | 6 | -84/+114 | |
| 2019-07-22 | Allow to pass integrity & async attribute to extra js | Martijn Cuppens | 4 | -6/+10 | |
| 2019-07-21 | Move search styles, prep for responsive containers in docs | Mark Otto | 5 | -23/+23 | |
| 2019-07-21 | no need for checks or conditions | Mark Otto | 1 | -15/+6 | |
| 2019-07-21 | remove subnav from home and examples | Mark Otto | 2 | -2/+0 | |
| 2019-07-21 | Make subnav and sidebar work on mobile too | Mark Otto | 5 | -12/+20 | |
| 2019-07-21 | make docs navbar more usable on mobile | Mark Otto | 2 | -3/+3 | |
| 2019-07-21 | Move subnav to partial, take first pass at conditionalizing breadcrumb links | Mark Otto | 4 | -32/+29 | |
| 2019-07-21 | Add :focus to all new :hover selectors | Mark Otto | 2 | -5/+10 | |
| 2019-07-21 | Update remaining tables to Bootstrap tables in docs by adding .table class | Mark Otto | 6 | -8/+8 | |
| 2019-07-21 | Document changes to tables | Mark Otto | 1 | -0/+1 | |
| 2019-07-21 | Clarify form control visual updates in migration guide | Mark Otto | 1 | -3/+8 | |
| 2019-07-21 | Update Migration docs to mention new icons | Mark Otto | 1 | -0/+5 | |
| 2019-07-21 | Revert padding-right on ol and ul in Reboot, update migration doc | Mark Otto | 2 | -2/+2 | |
| 2019-07-21 | v4/v5: Add responsive containers (#29095) | Mark Otto | 4 | -41/+58 | |
| * create responsive containers provide more flexibility and allow the user to determine when containers switch from fluid to fixed width. * fix the base container code this commit fixes the non-media portion of the generated CSS. I learned about the `@extends` directive and was able to put it to good use. I create a new temporary map that contains all the main `$container-max-widths` and join it to our 2 special cases of 'xs' and 'fluid'. Then we loop through that and, with the appropriate infixes, extend our placeholder * formatting for style forgot to run my tests before the last push, i think these are better. * finish incomplete comment * fix the responsive containers using the `@extend` directive I was able to clean up this code * fix responsive containers in the navbar mostly we just look through all of our breakpoints so we can include all of the responsive container classes in the tweaks we have to do for the navbar (redeclaring flex properties, don't double up on padding, etc) * Simplify container extends * Simplify navbar containers * Rearrange, add comments, ensure everything is nested in $enable-grid-classes * Reduce new CSS by using attribute selector We avoid using `@extend` whenever possible, and this is more readable * Update _grid.scss * Update _navbar.scss * Add docs for responsive containers, redesign the container layout page * Add to the Grid example | |||||
| 2019-07-20 | Fix Typos across Bootstrap repository (#29082) | Kitten King | 2 | -2/+2 | |
| 2019-07-19 | Use escape-svg() function (#29077) | Martijn Cuppens | 1 | -1/+5 | |
| * Use escape-svg() function * Update theming.md | |||||
| 2019-07-19 | Remove iconic and add feather icons. (#29079) | XhmikosR | 1 | -2/+1 | |
| 2019-07-19 | Optimize a few SVGs. | XhmikosR | 2 | -2/+2 | |
| 2019-07-19 | SVGs: lowercase hex values. | XhmikosR | 4 | -5/+5 | |
| 2019-07-19 | Remove trailing spaces. | XhmikosR | 2 | -2/+2 | |
| 2019-07-19 | docs-navbar.html: reindent and use our classes. | XhmikosR | 1 | -42/+42 | |
| 2019-07-19 | Remove unneeded div. | XhmikosR | 1 | -1/+1 | |
| This is a link. | |||||
