Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-06fix(carousel): RTL `translate()` directionGaël Poupard
2021-06-14Replace `/` division with multiplication and custom `divide()` function (#34245)Mark Otto
2021-02-01_carousel.scss: Fix typo in comment (#32950)Quy
2021-01-29Make carousel indicators actual buttonsPatrick H. Lauke
2021-01-27Carousel: use buttons, not links, for prev/next controls (#32627)Patrick H. Lauke
2020-12-04feat(RTL): implement RTLGaël Poupard
2020-09-24Carousel enhancements, including .carousel-dark (#31650)Mark Otto
2020-02-12Shorten if notations so that property order can be appliedMartijn Cuppens
2020-02-12Convert background shorthands to separate propertiesMartijn Cuppens
2019-10-12Carousel variables (#29493)leshasmp
2019-10-01Variable carousel indicator opacity (#29468)astrahov
2019-08-26Update z-indices (#29292)Martijn Cuppens
2019-07-30carousel: fix transition properties order. (#29173)XhmikosR
2019-07-29Change property from background to background-image (#29149)Chandan Deep
2019-07-20Use escape-svg() function (#29077)Martijn Cuppens
2019-05-08Drop all hover mixinsMark Otto
2019-01-14Fix background size yMartijn Cuppens
2019-01-14Minify background propertyMartijn Cuppens
2018-12-14Remove redundant brackets (#27768)Martijn Cuppens
2018-11-05Prevent white line in Firefox (regression) (#27594)Martijn Cuppens
2018-11-04Replace touch-action: none with pan-y, remove preventDefault from touch event...patrickhlauke
2018-10-31Fix Edge bounce and restore original transition easing (#27279)Martijn Cuppens
2018-10-30Prevent the background to be shown when transitioningMartijn Cuppens
2018-10-21Re-add carousel control transition (#27277)Martijn Cuppens
2018-10-21Carousel fade cleanup (#27278)Martijn Cuppens
2018-10-20Set touch-action to "none"patrickhlauke
2018-10-20Use correct touch-action valuespatrickhlauke
2018-10-20use pointer events if availableJohann-S
2018-08-26Simpler carousel indicators css (#26996)Martijn Cuppens
2018-07-25Carousel indicators transition (#26902)Martijn Cuppens
2018-05-18Fix double-transition bug (#26452)domq
2018-04-24Closes #26300: Add cursor pointer to carousel indicatorsVarunram
2018-04-01Tiny grammar and punctuation tweaks to a comment.Tom Swirly
2018-03-12Replace "loose" HEX values with their respective variables (#25672)Jacob Müller
2018-01-22Feature: Add carousel fade option (#22958)Mark Otto
2017-10-23Enable stylelint's `function-comma-space-after`. (#24501)XhmikosR
2017-10-19Gradients and shadows (#24429)Mark Otto
2017-07-02Update carousel display settingsMark Otto
2017-07-01using max-width in flex: 1 0 auto; in ie11 offsets the center-aligned contentsMark Otto
2017-07-01use @supports to apply transform3d to those who can do it, then provide a non...Mark Otto
2017-04-09property orderMark Otto
2017-04-09Do not stretch images in carousel-itemPierre-Denis Vanduynslager
2017-04-09Ensure carousel works in IE10/11Mark Otto
2017-01-24Remove `cursor: pointer;` (#21812)Mark Otto
2017-01-01Update carousel comments (#21501)Quy
2016-12-23lintingMark Otto
2016-12-23text-align doesn't apply here, so we can nuke itMark Otto
2016-12-23Redo controls in flexboxMark Otto
2016-12-23flexbox powered indicatorsMark Otto
2016-12-23start small--set flex instead of block for active itemsMark Otto