aboutsummaryrefslogtreecommitdiff
path: root/scss/_progress.scss
AgeCommit message (Collapse)AuthorFilesLines
2021-02-10Add Sass docs (variables, mixins, and loops) to most pages (#32747)Mark Otto1-0/+3
* 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 <[email protected]>
2020-11-11Use correct value order (#32121)Martijn Cuppens1-1/+1
Co-authored-by: XhmikosR <[email protected]>
2020-04-26Rename variables for brevityMark Otto1-1/+1
- 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 Cuppens1-0/+1
2019-05-02Improve progress-bar-stripes animation (#28697)Martijn Cuppens1-2/+1
- `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. Lauke1-2/+4
query for animated progress bars (#28530)
2019-02-07Responsive font size implementation (#23816)Martijn Cuppens1-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
2018-02-11Prevent word-wrap (#25248)Martijn Cuppens1-0/+1
Fixes #25235
2017-11-27Restore currently unused variables (#24891)Mark Otto1-0/+1
2017-11-06Restore .progress-bar transition (#24694)Mark Otto1-0/+1
Unintentionally removed in #22703. Fixes #24643.
2017-11-06fixing label cutoff at 0% (#24544)Gijs Boddeus1-1/+2
2017-08-10remove unnecessary line-heightDave Poole1-1/+0
2017-08-10remove comments, align-items, and unnecessary heightDave Poole1-6/+0
2017-08-10Fixes PropertySortOrder errorsDave1-1/+1
2017-08-10Fixes hound code style/standardsDave1-1/+1
2017-08-10_progress.scss: makes bars 100% height, centers labels horizontally & verticallyDave1-5/+10
2017-05-25Add box-shadow to .progress-bar (#22579)Mark Otto1-0/+1
* Add box-shadow to .progress-bar Puts an unused variable back in use for when folks set `$enable-shadows` to `true`.
2017-04-08Add transition to .progress-barMark Otto1-0/+1
- Pulls in values from v3 - Closes #22371 which didn't use a transition include
2017-01-21Progress line height (#21805)Mark Otto1-4/+2
* 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-30Rewrite progress component without <progress> elementMark Otto1-84/+13
- <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-22Remove IE9 browser hacks. (#21393)Bardi Harborow1-28/+0
2016-11-26Remove most border-radius properties and instead use overflow: hidden; to ↵Mark Otto1-15/+1
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 Yang1-10/+10
instead of border-radius
2016-02-06linter overhaulMark Otto1-2/+2
2016-01-11Respect $border-rounded inside progress bars tooChris Rebert1-12/+6
[skip sauce]
2016-01-09Add $progress-box-shadow variableChris Rebert1-3/+3
[skip sauce] [skip validator]
2016-01-06Remove associated comment tooChris Rebert1-1/+0
Erratum from #18658 [ci skip]
2016-01-06fixes #18658: no more min-width action on progress bars. we had them in v3 ↵Mark Otto1-12/+0
and ended up removing them for additional problems it caused folks.
2015-12-23Uncomment Firefox .progress styles; fixes #18536Chris Rebert1-27/+23
[skip sauce] [skip validator]
2015-12-23Organize existing .progress stylesChris Rebert1-5/+9
2015-12-21Actually use $progress-bg instead of hardcoded colorChris Rebert1-4/+4
Refs #18535 [skip sauce]
2015-12-21Actually use $progress-bar-color instead of hardcoded colorChris Rebert1-4/+4
Refs #18535
2015-12-11remove generated content value for progressPatrick H. Lauke1-3/+0
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. Lauke1-2/+13
striped support)
2015-10-31scss/_progress.scss: Add comments for IE9 CSS hacksChris Rebert1-0/+2
[skip sauce] [skip validator]
2015-08-24Fix accidental triple colon from :before to ::before conversionKevin Kirsche1-1/+1
Fix #17288 — Sorry about that!
2015-08-24Use double colons for psuedo elementsKevin Kirsche1-1/+1
Fix #17052
2015-08-17clean out comments that aren't all that helpfulMark Otto1-5/+0
2015-06-22drop the base (hahaha), no but seriously drop the -base from our vars since ↵Mark Otto1-15/+15
it's cleaner
2015-05-15Unquote to avoid NUL chars in the output CSSChris Rebert1-3/+3
2015-04-29Remove $line-height-computedMark Otto1-7/+7
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 Otto1-12/+5
2014-12-02convert to scssMark Otto1-0/+166