| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-10-30 | Remove trailing space. | XhmikosR | 1 | -1/+1 | |
| 2018-10-30 | docs: remove Webpack version reference. | XhmikosR | 1 | -1/+1 | |
| 2018-10-30 | Fix util tests on IE 10 (#27556) | XhmikosR | 1 | -2/+2 | |
| 2018-10-30 | download page: add Yarn (#27544) | Matheus Rocha Vieira | 1 | -0/+8 | |
| 2018-10-30 | #27502: Prevent active state border change | Martijn Cuppens | 1 | -1/+1 | |
| 2018-10-30 | Prevent the background to be shown when transitioning | Martijn Cuppens | 4 | -3/+22 | |
| 2018-10-29 | Update Travis CI config. | XhmikosR | 1 | -2/+2 | |
| Only run `coveralls` and `check-broken-links` tasks when we run the Test phase. | |||||
| 2018-10-29 | update our coverage required for branches and functions | Johann-S | 1 | -2/+2 | |
| 2018-10-29 | add unit tests for our carousel | Johann-S | 2 | -9/+50 | |
| 2018-10-29 | Update devDependencies and gems. | XhmikosR | 4 | -167/+123 | |
| 2018-10-29 | add unit test to test tabs can be removed without throwing error | Johann-S | 1 | -0/+45 | |
| 2018-10-29 | Update tab.js | dercodercom | 1 | -1/+1 | |
| I'm using Tab.js with remove function and get an error "TypeError: container is undefined [more info]", with this check the error is fixed. | |||||
| 2018-10-29 | Delete sache.json (#27530) | Martijn Cuppens | 1 | -5/+0 | |
| 2018-10-29 | fix tab fade out (#27533) | Martijn Cuppens | 1 | -1/+2 | |
| 2018-10-28 | calculate modal transition duration based on modal-dialog element | Johann-S | 2 | -1/+47 | |
| 2018-10-23 | Improve pagination's documentation accessibility. | Ng Yik Phang | 1 | -12/+16 | |
| - Remove `.sr-only` span for previous/next page, there is already`aria-label` - Add `aria-disabled="true"` and `aria-current="page"` | |||||
| 2018-10-23 | Added Viewport Height & Width helpers | ItaloBC | 1 | -0/+8 | |
| This allows the user to make a container (ideally) to use viewport height and width and allow better vertical/horizontal alignments of elements. | |||||
| 2018-10-23 | Variable darken percentage for emphasized links | Martijn Cuppens | 2 | -6/+7 | |
| 2018-10-23 | Fix readonly-plain-text with button addon (#25871) | Caíque de Castro Soares da Silva | 1 | -0/+1 | |
| Fixes #25870 | |||||
| 2018-10-23 | Easy merging of new grid breakpoints and containers (#26714) | Mitko Georgiev | 1 | -13/+23 | |
| This change follows exactly what was done for the `$grays`, `$colors`, and `$theme-colors` lists in #23260. This allows for easy addition of new breakpoints or grid containers also. | |||||
| 2018-10-23 | Custom select validation padding fix and additional custom select feedback ↵ | Martijn Cuppens | 2 | -7/+7 | |
| icon variables | |||||
| 2018-10-23 | Cleanup stylelint comments | Martijn Cuppens | 5 | -15/+8 | |
| 2018-10-22 | Further ToC fixes. | XhmikosR | 2 | -1/+2 | |
| 2018-10-22 | Remove unneeded check. | XhmikosR | 1 | -1/+1 | |
| Leftover from after 43c20b9. | |||||
| 2018-10-22 | Use the example shortcode in more places. | XhmikosR | 2 | -20/+6 | |
| Now that we don't have the ToC issue with the examples' headers in ToC, we can safely do this.no_toc_section_class | |||||
| 2018-10-21 | Disallow transition property (use mixin instead) | Martijn Cuppens | 4 | -1/+4 | |
| 2018-10-21 | Unitless breakpoints | Johan Beckers | 1 | -1/+1 | |
| If I want to customise the breakpoints using `em`, I get compatibility errors. It is good practice to set breakpoints in `em` instead of `px` when users use browser scaling. See https://zellwk.com/blog/media-query-units/#concluding-the-experiments for more information why someone would like to do this. Only Safari users can get annoyed: https://adamwathan.me/dont-use-em-for-media-queries/ In any case, using a unitless number at line 42 would be very convenient. | |||||
| 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 | |
