| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-10-21 | Update devDependencies and gems. | XhmikosR | 3 | -393/+56 | |
| 2018-10-21 | Change erroneous documentation for .flex-fill (#27265) | Nicolay Hvidsten | 1 | -2/+2 | |
| The current documentation for .flex-fill indicated that the flex items would have equal widths, regardless of content. This update ensures that the documentation reflects the fact that the width of the flex items depends on their actual content. | |||||
| 2018-10-21 | test(Modal): reuse _getScrollbarWidth in tests | Andrew Luca | 1 | -8/+1 | |
| 2018-10-21 | Revert "Simplify .gitattributes." | XhmikosR | 1 | -1/+11 | |
| This reverts commit 1c78f703e08f1288208c60655967ff590cbe69cc. Unfortunately some Linux distros use an ancient git version and this change requires git >= 2.10. | |||||
| 2018-10-21 | Simplify theme color usage (#27378) | Martijn Cuppens | 1 | -6/+6 | |
| 2018-10-21 | Fix typo in the Popper.js checks. (#27488) | XhmikosR | 2 | -2/+2 | |
| 2018-10-21 | Card header color theming (#26573) | Andrew Pucci | 2 | -0/+2 | |
| Define new variable for card header color | |||||
| 2018-10-21 | Add dropdown responsive alignment (#26255) | ysds | 2 | -3/+58 | |
| 2018-10-21 | Example dashboard: Responsive padding-top of the main content (#26332) | ysds | 1 | -1/+7 | |
| 2018-10-21 | Improve Grid examples. (#26808) | Martijn Cuppens | 3 | -92/+75 | |
| Removes the grid.css file of the grid example and makes use of utility classes | |||||
| 2018-10-21 | feature/yiq function, add parameters, with default values. (#26917) | Andrey | 1 | -3/+3 | |
| 2018-10-21 | Custom checkboxes and radios retheming (#27064) | Martijn Cuppens | 3 | -17/+35 | |
| 2018-10-21 | Re-add carousel control transition (#27277) | Martijn Cuppens | 2 | -3/+4 | |
| 2018-10-21 | Outline button variant hover mixin (#27289) | Doug Puchalski | 1 | -1/+1 | |
| The outline button variant mixin should use the hover mixin, as does the non-outline version. | |||||
| 2018-10-21 | optimize data URIs (#27284) | midzer | 2 | -11/+11 | |
| 2018-10-21 | Carousel fade cleanup (#27278) | Martijn Cuppens | 1 | -13/+1 | |
| 2018-10-21 | Fix for double border on cards in an accordion (#27133) | Roy Klutman | 1 | -16/+24 | |
| 2018-10-20 | webpack page: Remove precss reference | XhmikosR | 1 | -31/+30 | |
| 2018-10-20 | Update _custom-forms.scss (#27276) | 719media | 1 | -1/+0 | |
| user-select has no effect on before/after pseudo elements | |||||
| 2018-10-20 | changes the variables for input font size | andresgalante | 1 | -1/+1 | |
| 2018-10-20 | Fix #26372: disabled btn hover issue (#27407) | Ian Walter | 1 | -0/+4 | |
| When gradients are enabled there is still a hover state on disabled buttons since the hover rules apply to background-image and disabled rules apply to background-color. This applies the logic already present in dropdowns to buttons. This fix was originally proposed by @ysds. | |||||
| 2018-10-20 | Custom select inconsistent padding (#27415) | semenyakNik | 1 | -2/+2 | |
| 2018-10-20 | Remove redundant width and height properties | Martijn Cuppens | 1 | -4/+0 | |
| 2018-10-20 | Make use of jekyll-toc's `no_toc_section` class. | XhmikosR | 5 | -9/+5 | |
| Requires jekyll-toc v0.8.0. | |||||
| 2018-10-20 | package.json: add `version_short` and use it in the npm scripts. | XhmikosR | 1 | -9/+10 | |
| 2018-10-20 | Clean up docs Sass code. | XhmikosR | 8 | -110/+61 | |
| * remove unused rules * use Sass nesting in more places * use the core mixins in more places * use the color variables more | |||||
| 2018-10-20 | Unregister Service Worker. | XhmikosR | 1 | -0/+27 | |
| 2018-10-20 | Remove service worker | Mark Otto | 6 | -95/+1 | |
| 2018-10-20 | avoid drag img | Johann-S | 2 | -9/+14 | |
| 2018-10-20 | Set touch-action to "none" | patrickhlauke | 2 | -6/+9 | |
| Firefox currently seems extremely fickle - with `pan-y` if fires pointercancel as soon as a touch strays even a pixel or so vertically. While `touch-action: pan-y` would be ideal (allowing users to scroll the page even when their finger started the scroll on the carousel), this prevents a swipe that isn't perfectly/only horizontal to be recognised by Firefox. | |||||
| 2018-10-20 | Refactor (and correct) start/move/end functions | patrickhlauke | 1 | -17/+13 | |
| in particular, no need to use originEvent, and preventDefault() only needed for touch events | |||||
| 2018-10-20 | Remove unnecessary pointer event listeners | patrickhlauke | 1 | -2/+0 | |
| these may also be the cause of weird behavior in Chrome/Surface, where scrolling vertically triggers slide advance | |||||
| 2018-10-20 | Abandon swipe altogether if more than one touch detected | patrickhlauke | 1 | -3/+4 | |
| 2018-10-20 | Use correct touch-action values | patrickhlauke | 2 | -2/+2 | |
| - my fault, my original advice of using `touch-action: pan-x` is exactly the value we *don't* want to have the browser handle... | |||||
| 2018-10-20 | use pointer events if available | Johann-S | 4 | -23/+185 | |
| 2018-10-20 | swipe left/right without hammerjs | Johann-S | 16 | -158/+122 | |
| 2018-10-20 | Add touch support in our carousel with HammerJS. | Johann-S | 17 | -43/+269 | |
| 2018-10-20 | Add query string to the start_url to track how often app is launched | Christian Oliff | 1 | -1/+1 | |
| Useful suggestion from Google in the Web App Manifest documentation. https://developers.google.com/web/fundamentals/web-app-manifest/#start-url | |||||
| 2018-10-20 | Add `show` and `hide` methods to dropdown (#27370) | galczo5 | 3 | -0/+312 | |
| 2018-10-20 | Add font weight options for form controls and custom select (#27343) | Andres Galante | 3 | -0/+6 | |
| 2018-10-20 | table: Add border color relative to theme for accessibility (#25755) | Bastien | 3 | -2/+14 | |
| 2018-10-19 | docs search: take into account the current URL. | XhmikosR | 2 | -4/+17 | |
| 2018-10-19 | feat: keep contrast on `.table-dark` | Catalin Zalog | 1 | -1/+1 | |
| In case we set `$body-bg` to a dark color, we have to keep table contrast relevant. | |||||
| 2018-10-19 | Fix size of modal dialogs at different widths (#27094) | namiltd | 1 | -1/+4 | |
| 2018-10-19 | Fix double border on list-group (#27126) | Roy Klutman | 1 | -0/+5 | |
| 2018-10-19 | Fix doc typo | chocolateboy | 1 | -1/+1 | |
| 2018-10-18 | Travis: stop installing chrome (#27468) | XhmikosR | 1 | -2/+0 | |
| It seems it works without it. | |||||
| 2018-10-18 | Rename docs production script to production and use `JEKYLL_ENV`. (#27410) | XhmikosR | 4 | -8/+7 | |
| 2018-10-18 | Move lint scripts outside of the main scripts. | XhmikosR | 1 | -7/+8 | |
| This allows us to run `npm run dist` without tests. | |||||
| 2018-10-18 | npm release-zip: remove the folder before zipping. | XhmikosR | 1 | -1/+1 | |
