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
2020-12-17Fix: variables collide with globals (#32492)Rafi
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-11-13Rename scale-color() function to shift-color() to avoid collision with ↵Mark Otto
Sass's own color function (#32149)
2020-11-08Add checks to fix color contrast issues (#32085)Martijn Cuppens
2020-10-13Colors rewrite (#30622)Martijn Cuppens
2020-10-07Alert : Added z-index for close button (#31826)Ankit Mishra
Co-authored-by: Ankit Mishra <ankitmishra@Ankit-MacBook-Pro.local> Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
2020-09-23Add more variables, add a comment for the 3Mark Otto
2020-09-23Rename .close to .btn-close, replace times sign with background SVG, update ↵Mark Otto
focus state
2020-04-06Create `scss-docs` shortcode to get some snippets from the Scs… (#30502)Martijn Cuppens
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2019-07-25Drop `color()`, `theme-color()` & `gray()` functions (#29083)Martijn Cuppens
Drop `color()`, `theme-color()` & `gray()` functions in favor of variables. The functions just called a `map-get()` of a map where just the variables were defined. Also the `theme-color-level()` now accepts any color you want instead of only `$theme-colors` colors. The first value now is a variable instead of the `$theme-colors` key.
2018-12-14Remove redundant brackets (#27768)Martijn Cuppens
2017-12-28Move alert theme-color() levels to variablesMark Otto
Closes #24341
2017-10-22Fix for right padding in dismissible alerts (#24481)Eugene Kopyov
* Fix for right padding in dismissible alerts * Removed extra whitespace * Update _alert.scss * Update _alert.scss
2017-10-01changes the order of the close btn on alerts to improve accecibilityAndres Galante
2017-06-26update alert component to use theme sass map and add a ton of options in the ↵Mark Otto
process
2017-04-17Rename variable $input-border-focus to $input-border-color-focus (#22413)Patrick Yeo
* Rename variable $input-border-focus to $input-border-color-focus * Rename variables $pagination-hover-border, $pagination-active-border, $pagination-disabled-border to $pagination-hover-border-color, $pagination-active-border-color, $pagination-disabled-border-color, respectively * Rename variables $state-*-border to $state-*-border-color, respectively * Rename variables $alert-*-border to $alert-*-border-color * Rename $list-group-active-border to $list-group-active-border-color * Rename $table-inverse-border to $table-inverse-border-color * Rename $btn-*-border to $btn-*-border-color * Rename $navbar-*-toggler-border to $navbar-*-toggler-border-color
2016-11-28Fix #20013, nullify #21112 (#21230)Mark Otto
Add padding to dismiss button for alerts and use position to place it. Removes extra padding on .alert-dismissible's right side, too. We could probably further simplify these things in the future as well.
2016-11-28Add alert-margin-bottom variable (#21064)Cyril Kyburz
2016-10-19Switch to separate vars for alert vertical/horizontal paddingMark Otto
2016-09-05fixes #20485: use rem units in alert dismiss (#20625)Mark Otto
2016-02-04Dump the type margin overrides in alerts for utils, document that particular ↵Mark Otto
example, sidesteps part of #18884
2016-01-14Use proper units when adding/subtracting lengthsChris Rebert
[skip sauce] [skip validator]
2015-10-15#17895 Added $alert-border-width that defaults to $border-widthChris Bell
2015-09-21Just some spaces...Catalin Zalog
2015-08-23remove a margin-top: 0 reset since we nuke headings' top margins now in rebootMark Otto
2015-08-18clean out comments that aren't all that helpfulMark Otto
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`).
2015-04-18clean up comments and spacingMark Otto
2014-12-30un-nest .alert-heading & .alert-linkChris Rebert
2014-12-16Use .alert-heading instead of hardcoding <h4>Chris Rebert
2014-12-03convert to scssMark Otto