aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2018-10-20Make use of jekyll-toc's `no_toc_section` class.XhmikosR5-9/+5
Requires jekyll-toc v0.8.0.
2018-10-20package.json: add `version_short` and use it in the npm scripts.XhmikosR1-9/+10
2018-10-20Clean up docs Sass code.XhmikosR8-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-20Unregister Service Worker.XhmikosR1-0/+27
2018-10-20Remove service workerMark Otto6-95/+1
2018-10-20avoid drag imgJohann-S2-9/+14
2018-10-20Set touch-action to "none"patrickhlauke2-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-20Refactor (and correct) start/move/end functionspatrickhlauke1-17/+13
in particular, no need to use originEvent, and preventDefault() only needed for touch events
2018-10-20Remove unnecessary pointer event listenerspatrickhlauke1-2/+0
these may also be the cause of weird behavior in Chrome/Surface, where scrolling vertically triggers slide advance
2018-10-20Abandon swipe altogether if more than one touch detectedpatrickhlauke1-3/+4
2018-10-20Use correct touch-action valuespatrickhlauke2-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-20use pointer events if availableJohann-S4-23/+185
2018-10-20swipe left/right without hammerjsJohann-S16-158/+122
2018-10-20Add touch support in our carousel with HammerJS.Johann-S17-43/+269
2018-10-20Add query string to the start_url to track how often app is launchedChristian Oliff1-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-20Add `show` and `hide` methods to dropdown (#27370)galczo53-0/+312
2018-10-20Add font weight options for form controls and custom select (#27343)Andres Galante3-0/+6
2018-10-20table: Add border color relative to theme for accessibility (#25755)Bastien3-2/+14
2018-10-19docs search: take into account the current URL.XhmikosR2-4/+17
2018-10-19feat: keep contrast on `.table-dark`Catalin Zalog1-1/+1
In case we set `$body-bg` to a dark color, we have to keep table contrast relevant.
2018-10-19Fix size of modal dialogs at different widths (#27094)namiltd1-1/+4
2018-10-19Fix double border on list-group (#27126)Roy Klutman1-0/+5
2018-10-19Fix doc typochocolateboy1-1/+1
2018-10-18Travis: stop installing chrome (#27468)XhmikosR1-2/+0
It seems it works without it.
2018-10-18Rename docs production script to production and use `JEKYLL_ENV`. (#27410)XhmikosR4-8/+7
2018-10-18Move lint scripts outside of the main scripts.XhmikosR1-7/+8
This allows us to run `npm run dist` without tests.
2018-10-18npm release-zip: remove the folder before zipping.XhmikosR1-1/+1
2018-10-17Fix btn focus color (#27178)Martijn Cuppens1-2/+1
2018-10-17Delete callout-info-content-iamge-overlay-overflow.mdHelmut Granda1-4/+0
Deleting external file since it is not needed, the copy of this file will be added directly to card.md.
2018-10-17Adding call out note directly to the page.Helmut Granda1-1/+5
Instead of using an external source since this is only a one time note it is safe to be placed within the document itself.