aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-10-30Remove trailing space.XhmikosR1-1/+1
2018-10-30docs: remove Webpack version reference.XhmikosR1-1/+1
2018-10-30Fix util tests on IE 10 (#27556)XhmikosR1-2/+2
2018-10-30download page: add Yarn (#27544)Matheus Rocha Vieira1-0/+8
2018-10-30#27502: Prevent active state border changeMartijn Cuppens1-1/+1
2018-10-30Prevent the background to be shown when transitioningMartijn Cuppens4-3/+22
2018-10-29Update Travis CI config.XhmikosR1-2/+2
Only run `coveralls` and `check-broken-links` tasks when we run the Test phase.
2018-10-29update our coverage required for branches and functionsJohann-S1-2/+2
2018-10-29add unit tests for our carouselJohann-S2-9/+50
2018-10-29Update devDependencies and gems.XhmikosR4-167/+123
2018-10-29add unit test to test tabs can be removed without throwing errorJohann-S1-0/+45
2018-10-29Update tab.jsdercodercom1-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-29Delete sache.json (#27530)Martijn Cuppens1-5/+0
2018-10-29fix tab fade out (#27533)Martijn Cuppens1-1/+2
2018-10-28calculate modal transition duration based on modal-dialog elementJohann-S2-1/+47
2018-10-23Improve pagination's documentation accessibility.Ng Yik Phang1-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-23Added Viewport Height & Width helpers ItaloBC1-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-23Variable darken percentage for emphasized linksMartijn Cuppens2-6/+7
2018-10-23Fix readonly-plain-text with button addon (#25871)Caíque de Castro Soares da Silva1-0/+1
Fixes #25870
2018-10-23Easy merging of new grid breakpoints and containers (#26714)Mitko Georgiev1-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-23Custom select validation padding fix and additional custom select feedback ↵Martijn Cuppens2-7/+7
icon variables
2018-10-23Cleanup stylelint commentsMartijn Cuppens5-15/+8
2018-10-22Further ToC fixes.XhmikosR2-1/+2
2018-10-22Remove unneeded check.XhmikosR1-1/+1
Leftover from after 43c20b9.
2018-10-22Use the example shortcode in more places.XhmikosR2-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-21Disallow transition property (use mixin instead)Martijn Cuppens4-1/+4
2018-10-21Unitless breakpointsJohan Beckers1-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-21Update devDependencies and gems.XhmikosR3-393/+56
2018-10-21Change erroneous documentation for .flex-fill (#27265)Nicolay Hvidsten1-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-21test(Modal): reuse _getScrollbarWidth in testsAndrew Luca1-8/+1
2018-10-21Revert "Simplify .gitattributes."XhmikosR1-1/+11
This reverts commit 1c78f703e08f1288208c60655967ff590cbe69cc. Unfortunately some Linux distros use an ancient git version and this change requires git >= 2.10.
2018-10-21Simplify theme color usage (#27378)Martijn Cuppens1-6/+6
2018-10-21Fix typo in the Popper.js checks. (#27488)XhmikosR2-2/+2
2018-10-21Card header color theming (#26573)Andrew Pucci2-0/+2
Define new variable for card header color
2018-10-21Add dropdown responsive alignment (#26255)ysds2-3/+58
2018-10-21Example dashboard: Responsive padding-top of the main content (#26332)ysds1-1/+7
2018-10-21Improve Grid examples. (#26808)Martijn Cuppens3-92/+75
Removes the grid.css file of the grid example and makes use of utility classes
2018-10-21feature/yiq function, add parameters, with default values. (#26917)Andrey1-3/+3
2018-10-21Custom checkboxes and radios retheming (#27064)Martijn Cuppens3-17/+35
2018-10-21Re-add carousel control transition (#27277)Martijn Cuppens2-3/+4
2018-10-21Outline button variant hover mixin (#27289)Doug Puchalski1-1/+1
The outline button variant mixin should use the hover mixin, as does the non-outline version.
2018-10-21optimize data URIs (#27284)midzer2-11/+11
2018-10-21Carousel fade cleanup (#27278)Martijn Cuppens1-13/+1
2018-10-21Fix for double border on cards in an accordion (#27133)Roy Klutman1-16/+24
2018-10-20webpack page: Remove precss referenceXhmikosR1-31/+30
2018-10-20Update _custom-forms.scss (#27276)719media1-1/+0
user-select has no effect on before/after pseudo elements
2018-10-20changes the variables for input font sizeandresgalante1-1/+1
2018-10-20Fix #26372: disabled btn hover issue (#27407)Ian Walter1-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-20Custom select inconsistent padding (#27415)semenyakNik1-2/+2
2018-10-20Remove redundant width and height propertiesMartijn Cuppens1-4/+0