- 19 Feb, 2019 4 commits
-
-
XhmikosR authored
-
Laussel Loïc authored
-
Steve Moser authored
As of npm 5.0.0, installed modules are added as a dependency by default, so the --save option is no longer needed. The other save options still exist and are listed in the documentation for npm install.
-
Patrick H. Lauke authored
`aria-haspopup` use requires the use of an ARIA `menu`, `listbox`, `tree`, `grid` or `dialog` (see https://www.w3.org/TR/wai-aria-1.1/#aria-haspopup) in our use (as generic disclosure widgets), it's incorrect and sets up the wrong assumption/behavior from assistive technologies. in future, we likely want to change our dropdowns to essentially be like a `dialog` - move focus to it when opened, possibly make it modal so focus is maintained inside it and the rest of the page is hidden/inert. but for now, removing the incorrect attribute is probably the quickest, most immediate fix.
-
- 13 Feb, 2019 3 commits
- 12 Feb, 2019 1 commit
-
-
Martijn Cuppens authored
-
- 11 Feb, 2019 5 commits
- 10 Feb, 2019 2 commits
- 09 Feb, 2019 2 commits
-
-
Martijn Cuppens authored
-
XhmikosR authored
It broke the example include.
-
- 08 Feb, 2019 5 commits
-
-
XhmikosR authored
-
XhmikosR authored
-
XhmikosR authored
-
XhmikosR authored
This is more efficient than transitioning the `left` property.
-
Shohei Yoshida authored
-
- 07 Feb, 2019 8 commits
-
-
Martijn Cuppens authored
-
Martijn Cuppens authored
-
XhmikosR authored
Mostly be consistent with the attributes' order and improve compression when possible.
-
XhmikosR authored
The previous was too light.
-
XhmikosR authored
-
XhmikosR authored
-
XhmikosR authored
No redirect is added because the next version will be a minor version bump.
-
XhmikosR authored
-
- 06 Feb, 2019 6 commits
-
-
Martijn Cuppens authored
-
Patrick H. Lauke authored
as this styling was removed back in https://github.com/twbs/bootstrap/commit/7056f702408a97f01cb32bc6075d88ec27cdcf52
-
Martijn Cuppens authored
-
XhmikosR authored
-
XhmikosR authored
-
XhmikosR authored
-
- 05 Feb, 2019 2 commits
-
-
Jason Golieb authored
-
Jason Golieb authored
-
- 04 Feb, 2019 1 commit
-
-
XhmikosR authored
They don't use it.
-
- 03 Feb, 2019 1 commit
-
-
Ryan Worth authored
Negative margin example wasn't displaying correctly due to border and background styling being applied directly to the `.col` element. Made a child element and applied the styling to it
-