aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-02-03Fix dropdown radius if `$dropdown-padding-y` is not 0 (#28127)Martijn Cuppens1-5/+9
2019-02-03Fix negative margin example (#28140)Ryan Worth1-2/+2
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
2019-02-03Change logo size (#28163)Martijn Cuppens1-1/+1
2019-01-30components: redirect to the alerts page (#28147)XhmikosR2-3/+3
2019-01-29image-replacement.md: use three dots.XhmikosR1-1/+1
2019-01-29Add missing trailing slash.XhmikosR1-1/+1
2019-01-29generate-sri.js: move object.XhmikosR1-4/+4
2019-01-29analytics.html: use double quotes in src attribute.XhmikosR1-1/+1
2019-01-29build-tools.md: `npm` is written lowercase.XhmikosR1-4/+4
2019-01-29migration.md: remove stray `/`.XhmikosR1-1/+1
2019-01-25Fix custom select caret issue on IE (#28112)Shohei Yoshida1-1/+1
2019-01-25Fix validated custom select bg color (#28119)Shohei Yoshida1-1/+1
2019-01-24Deprecate float mixins (#28104)Martijn Cuppens2-3/+8
2019-01-24Add `!important` to `.text-monospace` utility class (#28064)Martijn Cuppens1-1/+1
2019-01-24Update devDependencies and gems. (#28094)XhmikosR4-700/+965
2019-01-23Add default value for `$ignore-warning` (#28103)Martijn Cuppens1-1/+1
2019-01-22Add `deprecate()` mixin (#28092)Martijn Cuppens5-3/+16
2019-01-21Add canonical URL. (#28093)XhmikosR2-0/+4
2019-01-21Fix approach redirect. (#28095)XhmikosR2-7/+1
2019-01-20Make component colors configurable (#28035)Martijn Cuppens8-2/+13
2019-01-20Scrollable modal (#27769)Shohei Yoshida4-6/+182
2019-01-20Add ref to reason why `min-width: 0;` is added (#28061)Martijn Cuppens1-1/+1
2019-01-17use absolute path to output lcov file for coveralls (#28075)Johann-S1-1/+2
2019-01-15tests: use jQuery from node_modules. (#28059)XhmikosR13-30/+15
2019-01-15Fix `js-main` script. (#28057)XhmikosR1-1/+1
2019-01-15Make progress animation respect `$enable-transitions` and ↵Martijn Cuppens1-5/+14
`prefers-reduced-motion` media query Make progress animation respect `$enable-transitions` and `prefers-reduced-motion` media query
2019-01-14Examples: add tabindex="-1" and aria-disabled="true" on disabled linksLaussel Loïc5-6/+6
2019-01-14Clean up .gitignore. (#28050)XhmikosR1-13/+9
2019-01-14Fix Carousel's touch option to not add touch listeners when set to false ↵Johann-S2-3/+18
(#28046)
2019-01-13Remove map-merge (#28033)Martijn Cuppens1-23/+13
2019-01-13Cleanup popover arrows (#28008)Martijn Cuppens1-52/+40
2019-01-13Sync dropdown font size to base font sizeMartijn Cuppens1-1/+1
2019-01-13Sync dropdown font size with btn font sizeMartijn Cuppens2-1/+2
2019-01-13Remove background from nested tablesMartijn Cuppens1-4/+0
2019-01-13Add some margin below the buttonsMartijn Cuppens1-0/+1
2019-01-13Fix background size yMartijn Cuppens1-1/+1
2019-01-13Minify background propertyMartijn Cuppens1-2/+1
2019-01-13Combine background properties into oneMartijn Cuppens1-3/+1
2019-01-13Prevent useless property renderingMartijn Cuppens1-2/+2
2019-01-13Don't render a background by defaultMartijn Cuppens1-1/+1
2019-01-13Prevent rendering of color property by defaultMartijn Cuppens1-1/+1
2019-01-14Change comment heading title to `Typography` (#28032)Martijn Cuppens1-1/+1
2019-01-14Align toast variables (#28041)Martijn Cuppens1-13/+14
2019-01-13Add new rounded sizes classes (#28011)Justin2-0/+26
* update border-radius mixins Add $enable-rounded as a keyword argument to border-raidus mixins * Update rounded classes - use border-radius mixins to repleace !important - use true for $enable-rounded for rounded classes - Add `.rounded-sm` and `.rounded-sm` #27934 * update borders docs * Revert touch of dist files * Revert change of border-radius mixins * use !important in border-radius utilies classes * update border radius classes keep only rounded-lg and rounded-sm
2019-01-13Change default custom select styles (#28027)Martijn Cuppens1-3/+3
2019-01-13Prevent wrapping if caret is included (#28029)Martijn Cuppens1-0/+2
2019-01-11Add form-validation-states Sass map (#27999)Mark Otto4-11/+52
2019-01-11Fix input-height-inner wrongly calculated (#28018)Miha Eržen1-3/+3
In a scenario where `$input-line-height` or `$input-font-size` are different than `$input-btn-line-height` and `$input-btn-font-size` the final `$input-height-inner` was wrongly calculated.
2019-01-10Update devDependencies. (#28016)XhmikosR4-53/+63
2019-01-10Tighten bundlesize limits. (#28012)XhmikosR1-7/+7