- 12 Nov, 2020 2 commits
-
-
XhmikosR authored
-
Mitchell Bryson authored
When starting a cycle for a carousel, it only checks for a default interval, and not an interval defined on the slide element via data props. This adds a check in before creating the interval to move to the next slide. Co-authored-by:
XhmikosR <xhmikosr@gmail.com>
-
- 10 Nov, 2020 1 commit
-
-
Mark Otto authored
Co-authored-by:
XhmikosR <xhmikosr@gmail.com>
-
- 09 Nov, 2020 1 commit
-
-
Patrick H. Lauke authored
-
- 08 Nov, 2020 1 commit
-
-
XhmikosR authored
-
- 05 Nov, 2020 7 commits
-
-
Patrick H. Lauke authored
* Make docs anchorjs links darker on keyboard focus Not just on mouse hover * Update site/assets/scss/_anchor.scss Co-authored-by:
Mark Otto <markd.otto@gmail.com> Co-authored-by:
Mark Otto <markd.otto@gmail.com>
-
XhmikosR authored
-
XhmikosR authored
tests: fix sanitizer test. The test template does not include a `script` tag so the test always returned true.
-
XhmikosR authored
-
XhmikosR authored
-
XhmikosR authored
-
XhmikosR authored
-
- 03 Nov, 2020 1 commit
-
-
Patrick H. Lauke authored
Add callouts about using light colors ideally on a dark background
-
- 01 Nov, 2020 1 commit
-
-
XhmikosR authored
-
- 30 Oct, 2020 8 commits
-
-
XhmikosR authored
Fix redirects
-
XhmikosR authored
* Split up dropdown sizing docs to improve rendering - Drop the included .btn-toolbar, no need - Split large and small button examples
-
XhmikosR authored
* autoprefixer ^9.8.6 → ^10.0.1 * find-unused-sass-variables ^2.0.0 → ^3.0.0 * linkinator ^2.2.0 → ^2.2.2 * postcss-cli ^7.1.2 → ^8.2.0
-
Christian Oliff authored
* Update Edge's Rendering Engine on CONTRIBUTING.md Also updated the URL to prevent a HTTP redirect. * Add 'Go to "Help > Send Feedback" from the browser' note Co-authored-by:
XhmikosR <xhmikosr@gmail.com>
-
XhmikosR authored
-
XhmikosR authored
Also, reword Node.js setup step
-
Martijn Cuppens authored
-
Adam Jones authored
* Fix form validation tooltip alignment * Remove CSS hacks * Update _forms.scss Co-authored-by:
Gaël Poupard <ffoodd@users.noreply.github.com> Co-authored-by:
XhmikosR <xhmikosr@gmail.com>
-
- 27 Oct, 2020 17 commits
-
-
XhmikosR authored
-
XhmikosR authored
This basically brings back the previous behavior we had on Travis CI, where if the commit message included `[ci skip]`, BrowserStack tests didn't run. Additionally, this allows skipping BrowserStack if the commit message contains `[skip ci]` too.
-
XhmikosR authored
-
XhmikosR authored
Should run on PRs too.
-
Patrick H. Lauke authored
-
Patrick H. Lauke authored
* Replace visually hidden span with aria-current in tests * Remove redundant visually hidden "(current)" when `aria-current` already used Closes #31891
-
Martijn Cuppens authored
* Suppress flexbox side effects * Trailing whitesapce Co-authored-by:
Mark Otto <markd.otto@gmail.com> Co-authored-by:
XhmikosR <xhmikosr@gmail.com>
-
XhmikosR authored
-
XhmikosR authored
This should make the build error out if there are any issues instead of emitting a warning, which we won't notice.
-
Gaël Poupard authored
On Ubuntu, our native font-stack doesn't output the same font on Firefox and Chrome. This is [a known aliasing issue](http://fontfamily.io/sans-serif) — check at the bottom, Ubuntu 14.04. Ubuntu 18.04 (my current) doesn't use the same (Firefox uses Liberation Sans, Chrome uses the default system font Ubuntu). I'm inclined to prefer Liberation Sans since it's closer to Arial / Helvetica. This patch already exists in Boosted, didn't notice it was missing in bootstrap until today… BTW, our linked Smashing Magazine's system fonts post mentions this and is even more accurate since it targets the three major Linux distributions. AFAIK this is not needed since [Liberation Sans is available everywhere](http://fontfamily.io/Liberation_Sans ) — but we might go back to `Oxygen, Ubuntu, Cantarell`if we want to stick to system fonts. Co-authored-by:
XhmikosR <xhmikosr@gmail.com>
-
Gaël Poupard authored
* feature(spinners): slow down spinners when prefers-reduced-motion * docs(spinners): add reduced motion callout and mention slowing down in accessibility page * Update spinners.md * docs(accessibility): rewording Co-authored-by:
XhmikosR <xhmikosr@gmail.com> Co-authored-by:
Patrick H. Lauke <redux@splintered.co.uk>
-
XhmikosR authored
-
XhmikosR authored
Update manifest.json Switch to relative URLs so that we don't need to change the path with every major/minor release
-
Gaël Poupard authored
* docs(forms): use a legend for fieldset instead of aria-label * docs(forms): fix incorrect legend nesting in fieldset
-
XhmikosR authored
-
Martijn Cuppens authored
-
Itamar Eduardo Gonçalves de Oliveira authored
-
- 26 Oct, 2020 1 commit
-
-
Martijn Cuppens authored
-