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 (Collapse)Author
2021-02-11Add Sass docs (variables, mixins, and loops) to most pages (#32747)Mark Otto
* WIP: Mention variables, mixins, and loops in docs * Add Sass sections to component pages * add sass docs for forms and content * Update buttons.md * Remove empty mixins sections * Massive update to utilities and some consistency changes Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-11-11Use correct value order (#32121)Martijn Cuppens
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-04-27Rename variables for brevityMark Otto
- Rename `$enable-prefers-reduced-motion-media-query` to `$enable-reduced-motion` - Rename `$enable-pointer-cursor-for-buttons` to `$enable-button-pointers`
2019-11-04progress: Fix IE overflow (#29629)Martijn Cuppens
2019-05-02Improve progress-bar-stripes animation (#28697)Martijn Cuppens
- `background-position: 0 0;` is the default background position, so redundant - The background position should only be animated in the x direction - `0%` is a little shorter than `from`
2019-03-21Check prefers-reduced-motion variable before adding reduced motion media ↵Patrick H. Lauke
query for animated progress bars (#28530)
2019-02-08Responsive font size implementation (#23816)Martijn Cuppens
2019-01-15Make progress animation respect `$enable-transitions` and ↵Martijn Cuppens
`prefers-reduced-motion` media query Make progress animation respect `$enable-transitions` and `prefers-reduced-motion` media query
2018-02-12Prevent word-wrap (#25248)Martijn Cuppens
Fixes #25235
2017-11-27Restore currently unused variables (#24891)Mark Otto
2017-11-06Restore .progress-bar transition (#24694)Mark Otto
Unintentionally removed in #22703. Fixes #24643.
2017-11-06fixing label cutoff at 0% (#24544)Gijs Boddeus
2017-08-11remove unnecessary line-heightDave Poole
2017-08-11remove comments, align-items, and unnecessary heightDave Poole
2017-08-11Fixes PropertySortOrder errorsDave
2017-08-11Fixes hound code style/standardsDave
2017-08-11_progress.scss: makes bars 100% height, centers labels horizontally & verticallyDave
2017-05-26Add box-shadow to .progress-bar (#22579)Mark Otto
* Add box-shadow to .progress-bar Puts an unused variable back in use for when folks set `$enable-shadows` to `true`.
2017-04-09Add transition to .progress-barMark Otto
- Pulls in values from v3 - Closes #22371 which didn't use a transition include
2017-01-21Progress line height (#21805)Mark Otto
* remove obvi comments * proper fix for #21801 - ensures .progress-bar text is vertically centered should the height of the .progress-bar change by matching the line-height and height values - we can't use flexbox here because the inner text of an element doesn't count as a flex item
2016-12-31Rewrite progress component without <progress> elementMark Otto
- <progress> element didn't allow animation, labels overlaid, multiple bars, etc. - Revamps CSS to use something more similar to v3's implementation - Ditches variant mixin for `bg-` utils - Rebuilds docs to match, including adding a new Height section for customizing that. Only potential remaining todo is adding `.sr-only` instances to within the bar. Unsure if that's necessary.
2016-12-23Remove IE9 browser hacks. (#21393)Bardi Harborow
2016-11-27Remove most border-radius properties and instead use overflow: hidden; to ↵Mark Otto
properly round corners of a full progress bar. (#21216) Fixes #19065.
2016-07-20Progress bar:fix border-radius to use variable progress-border-radius ↵An Yang
instead of border-radius
2016-02-06linter overhaulMark Otto
2016-01-11Respect $border-rounded inside progress bars tooChris Rebert
[skip sauce]
2016-01-10Add $progress-box-shadow variableChris Rebert
[skip sauce] [skip validator]
2016-01-07Remove associated comment tooChris Rebert
Erratum from #18658 [ci skip]
2016-01-07fixes #18658: no more min-width action on progress bars. we had them in v3 ↵Mark Otto
and ended up removing them for additional problems it caused folks.
2015-12-24Uncomment Firefox .progress styles; fixes #18536Chris Rebert
[skip sauce] [skip validator]
2015-12-24Organize existing .progress stylesChris Rebert
2015-12-21Actually use $progress-bg instead of hardcoded colorChris Rebert
Refs #18535 [skip sauce]
2015-12-21Actually use $progress-bar-color instead of hardcoded colorChris Rebert
Refs #18535
2015-12-11remove generated content value for progressPatrick H. Lauke
as it's currently not displayed, and (in my opinion) would look fugly if it did appear...
2015-12-11progress bar for IE10+/Edge (radius, use ::-ms-fill, add variant mixins, ↵Patrick H. Lauke
striped support)
2015-11-01scss/_progress.scss: Add comments for IE9 CSS hacksChris Rebert
[skip sauce] [skip validator]
2015-08-24Fix accidental triple colon from :before to ::before conversionKevin Kirsche
Fix #17288 — Sorry about that!
2015-08-24Use double colons for psuedo elementsKevin Kirsche
Fix #17052
2015-08-18clean out comments that aren't all that helpfulMark Otto
2015-06-23drop the base (hahaha), no but seriously drop the -base from our vars since ↵Mark Otto
it's cleaner
2015-05-15Unquote to avoid NUL chars in the output CSSChris Rebert
2015-04-29Remove $line-height-computedMark Otto
We have it set to `1` right now just to avoid compilation errors, but it’s been replaced everywhere with our new spacer classes anywho. We’ll likely want to remap that var to custom component vars though (e.g., `$pagination-margin` instead of `$spacer-y`).
2014-12-11fix all validation, turn off some settings, add sort orderMark Otto
2014-12-03convert to scssMark Otto