aboutsummaryrefslogtreecommitdiff
path: root/scss/_carousel.scss
AgeCommit message (Expand)AuthorFilesLines
2024-02-06Changed RTL processing of carousel control icons (#39536)Abdullah Alharbi1-10/+2
2023-03-26Update selectors for carousel media query color mode option (#38328)Mark Otto1-3/+9
2023-03-10Update _carousel.scssjonnysp1-1/+2
2023-01-25Remove list-style reset on .carousel-indicatorsMark Otto1-1/+0
2022-12-21Fix Sass compilation when `$color-mode-type` is set to `media-query` (#37687)Julien Déramond1-3/+3
2022-11-28Add dark mode support (#35857)Mark Otto1-1/+13
2022-10-06fix(carousel): RTL `translate()` directionGaël Poupard1-3/+0
2021-06-14Replace `/` division with multiplication and custom `divide()` function (#34245)Mark Otto1-2/+2
2021-02-01_carousel.scss: Fix typo in comment (#32950)Quy1-1/+1
2021-01-28Make carousel indicators actual buttonsPatrick H. Lauke1-6/+9
2021-01-27Carousel: use buttons, not links, for prev/next controls (#32627)Patrick H. Lauke1-0/+3
2020-12-04feat(RTL): implement RTLGaël Poupard1-12/+23
2020-09-24Carousel enhancements, including .carousel-dark (#31650)Mark Otto1-0/+17
2020-02-12Shorten if notations so that property order can be appliedMartijn Cuppens1-6/+2
2020-02-12Convert background shorthands to separate propertiesMartijn Cuppens1-1/+3
2019-10-12Carousel variables (#29493)leshasmp1-3/+3
2019-10-01Variable carousel indicator opacity (#29468)astrahov1-2/+2
2019-08-26Update z-indices (#29292)Martijn Cuppens1-2/+1
2019-07-30carousel: fix transition properties order. (#29173)XhmikosR1-1/+1
2019-07-29Change property from background to background-image (#29149)Chandan Deep1-2/+2
2019-07-19Use escape-svg() function (#29077)Martijn Cuppens1-2/+2
2019-05-08Drop all hover mixinsMark Otto1-1/+2
2019-01-13Fix background size yMartijn Cuppens1-1/+1
2019-01-13Minify background propertyMartijn Cuppens1-2/+1
2018-12-14Remove redundant brackets (#27768)Martijn Cuppens1-2/+2
2018-11-05Prevent white line in Firefox (regression) (#27594)Martijn Cuppens1-0/+1
2018-11-04Replace touch-action: none with pan-y, remove preventDefault from touch event...patrickhlauke1-1/+1
2018-10-31Fix Edge bounce and restore original transition easing (#27279)Martijn Cuppens1-29/+6
2018-10-30Prevent the background to be shown when transitioningMartijn Cuppens1-0/+4
2018-10-21Re-add carousel control transition (#27277)Martijn Cuppens1-3/+2
2018-10-21Carousel fade cleanup (#27278)Martijn Cuppens1-13/+1
2018-10-20Set touch-action to "none"patrickhlauke1-5/+8
2018-10-20Use correct touch-action valuespatrickhlauke1-1/+1
2018-10-20use pointer events if availableJohann-S1-0/+4
2018-08-26Simpler carousel indicators css (#26996)Martijn Cuppens1-22/+6
2018-07-24Carousel indicators transition (#26902)Martijn Cuppens1-2/+4
2018-05-18Fix double-transition bug (#26452)domq1-1/+1
2018-04-23Closes #26300: Add cursor pointer to carousel indicatorsVarunram1-0/+1
2018-04-01Tiny grammar and punctuation tweaks to a comment.Tom Swirly1-1/+1
2018-03-12Replace "loose" HEX values with their respective variables (#25672)Jacob Müller1-2/+2
2018-01-21Feature: Add carousel fade option (#22958)Mark Otto1-2/+46
2017-10-23Enable stylelint's `function-comma-space-after`. (#24501)XhmikosR1-2/+2
2017-10-19Gradients and shadows (#24429)Mark Otto1-0/+6
2017-07-01Update carousel display settingsMark Otto1-2/+2
2017-07-01using max-width in flex: 1 0 auto; in ie11 offsets the center-aligned contentsMark Otto1-1/+1
2017-07-01use @supports to apply transform3d to those who can do it, then provide a non...Mark Otto1-3/+15
2017-04-08property orderMark Otto1-1/+1
2017-04-08Do not stretch images in carousel-itemPierre-Denis Vanduynslager1-0/+1
2017-04-08Ensure carousel works in IE10/11Mark Otto1-19/+14
2017-01-23Remove `cursor: pointer;` (#21812)Mark Otto1-1/+0