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
2022-09-01Fix input group z-index focus + validationFlorian Lacreuse
2022-03-01fix(forms): color input with validation iconGaël Poupard
2021-05-13Validated inputs in `.input-group` shouldn't be behind sibling element (#33644)Jatin Mehta
Added z-index property for input-group only for invalid state
2021-04-14Hide validation icons from multiple selectsGeremia Taglialatela
Implementation provided in #33411 does not take into account that some Operating Systems may display a vertical scrollbar in the multiple select field This implementation will hide the validation icons from multiple select fields, just like Bootstrap 4 does. Fix: #33591
2021-04-03Fix validation feedback icon in select multipleGeremia Taglialatela
Validation feedback for `<select multiple>` should look like `<textarea>`. The previous implementation was placing the validation icon in the middle of the select field together with the single select arrow, that is not supposed to be part of this kind of inputs
2021-03-01fix(forms): validated controls in input-groupGaël Poupard
2021-02-11Add input focus blur variableSam Willis
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-12-17Extended form validation states customization capabilities (#31757)Dmytro Yaremenko
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-12-04feat(RTL): implement RTLGaël Poupard
Using RTLCSS directives, renaming things to use logical names and following best practices.
2020-10-28Drop custom file upload plugin in favor of CSSMartijn Cuppens
2020-05-15Improve gradientsMartijn Cuppens
- Use a semitransparent gradient from light to dark which works on any background-color - Store the gradient as a custom property (--bs-gradient) - Remove `.bg-gradient-*` variants in favour of `.bg-gradient` which works even when `$enable-gradients` are enabled - Add gradients to navbar, active page links and badges when gradients are enabled
2020-04-16feat: removes `.form-text` display (#30598)Catalin Zalog
Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
2020-03-23Use WCAG contrast algo (#30168)Gaël Poupard
2020-03-16fix(css): adds a new opacity varCatalin Zalog
Fixes beeing able to control `.is-valid` & `.is-invalid` input:focus opacity
2020-02-12Convert background shorthands to separate propertiesMartijn Cuppens
2019-12-14Remove the deprecated `form-control-focus` mixinXhmikosR
2019-10-28Update .form-check to properly support gradients when enabled (#29338)Mark Otto
2019-10-12Fix top level ampersand (#29518)Martijn Cuppens
Fixes dart sass compatibility.
2019-08-27Don't bind validation to form controlsMartijn Cuppens
2019-07-20Use escape-svg() function (#29077)Martijn Cuppens
* Use escape-svg() function * Update theming.md
2019-07-13v5: Forms update (#28450)Mark Otto
* Initial spike of consolidated form checks * Stub out forms rearrangement - Prepping to drop non-custom file and range inputs - Prepping to merge custom and native checks and radios (with switches) - Prepping to merge custom select with form select - Moving docs arround so forms has it's own area given volume of CSS * Move input group Sass file to forms subdir * Start to split and move the docs around * Simpler imports * Copyediting * delete overview file * Remove commented out code * remove the custom-forms import * rewrite flex-check as form-check, replace all custom properties * Remove old forms doc * stub out new subpage link section * update migration guide * Update nav, forms overview in page nav, and descriptions * fix check bg position * fix margin-top calculation * rename .custom-select to .form-select * Update validation styles for new checks * add some vertical margin, fix inline checks * fix docs examples * better way to do this contents stuff, redo the toc while i'm at it * page restyle for docs while here * un-callout that, edit text * redo padding on toc * fix toc * start to cleanup checks docs * Rewrite Markdown tables into HTML * Redesign tables, redo their docs * Replace Open Iconic icons with custom Bootstrap icons * Redesign the docs navbar, add a subheader, redo the sidebar * Redesign docs homepage a bit * Simplify table style overrides for docs tables * Simplify docs typography for page titles and reading line length * Stub out icons page * Part of sidebar update, remove migration from nav.yml * Move toc CSS to separate partial * Change appearance of overview page * fix sidebar arrow direction * Add footer to docs layout * Update descriptions * Drop the .form-group class for margin utilities * Remove lingering form-group-margin-bottom var * improve footer spacing * add headings to range page * uncomment form range css * Rename .custom-range to .form-range * Drop unused docs var * Uncomment the comment * Remove unused variable * Fix radio image sizing * Reboot update: reset horizontal ul and ol padding * de-dupe IDs * tweak toc styles * nvm, fix dropdown versions stuff * remove sidebar nav toggle for now * broken html * fix more broken html, move css * scss linting * comment out broken helper docs * scope styles * scope styles * Fixes #25540 and fixes #26407 for v5 only * Update sidebar once more * Match new sidenav order * fix syntax error * Rename custom-file to form-file, update paths, update migration docs for previous changes in #28696 * rename back * fix size and alignment * rename that back too
2019-05-26Fix background position (#28814)Sezer Esen
2019-04-25Prevent form validation mixin from generating invalid CSS (#28447)Mark Otto
Extrapolates the previously used selector into a new mixin that only generates valid CSS by creating psuedo-classes for `valid` and `invalid`, and nothing else. Fixes #28380.
2019-02-15Deprecate form-control-focus mixin (#28262)Martijn Cuppens
2019-02-08Responsive font size implementation (#23816)Martijn Cuppens
2019-01-25Fix validated custom select bg color (#28119)Shohei Yoshida
2019-01-11Add form-validation-states Sass map (#27999)Mark Otto
2018-10-23Custom select validation padding fix and additional custom select feedback ↵Martijn Cuppens
icon variables
2018-10-23Cleanup stylelint commentsMartijn Cuppens
2018-10-21Custom checkboxes and radios retheming (#27064)Martijn Cuppens
2018-09-19Add new variables for form feedback tooltips (#26959)Mark Otto
Fixes #26886
2018-09-03#27112: fix border focus border colorMartijn Cuppens
2018-07-30Merge branch 'form-validation-icons' into v4-devMark Otto
2018-07-21Update validation tooltips to use tooltip vars (#26887)Mark Otto
Updates the properties and values for which we have existing variables to match our tooltips. Come 4.2, we'll create new tooltips for these.
2018-07-15fixes #26579Mark Otto
2018-07-09disable to fix ciMark Otto
2018-07-09Restore feedback icons on validated form fieldsMark Otto
- Only applies to textual inputs and textareas with `.form-control` and selects with `.custom-select` - Wrap the feedback icons in a Sass variable option, $enable-validation-icons, so folks who theme can disable - Update docs to summarize styles, mention the icons, include a textarea demo, and add mention of the Sass variable option to the Theming section
2018-04-24add validation styles for .form-control-file (#26181)Mark Otto
2018-03-12Replace "loose" HEX values with their respective variables (#25672)Jacob Müller
2018-01-05add validation feedback/tooltip support to form-check-inputsJesse Mandel
2018-01-03Validation tooltip example (#25143)Mark Otto
* Add additional form validation examples Fixes #24811. This adds .valid-feedback to our custom styles and server side examples; previously we ommitted this to suggest you don't always need valid feedback. In addition, this adds examples of the .{valid|invalid}-tooltip classes with a new subsection in the Validation docs. * Update validation tooltip styles to remove fixed width; instead should retain itself to the parent element * update ids * finish docs paragraph, mention position: relative
2017-12-27Rewrite custom file inputMark Otto
- Changes the wrapping label to a div so we can style the label instead of another element while also supporting form validation. - Fixes form validation styles for custom file input (closes #24831). - Updates docs with validation styles (also adding example feedback text while I was there) and new how it works section.
2017-12-23Form check markup v2 (#25050)Mark Otto
* match layout behaviors * ditch the indicator as separate element for psuedo-elements on the label * move disabled to attribute only on input * redo default inline check to support new markup * redo inline forms * clean up vars * update validation mixin to new structure * update checks in docs * linting for for/id attributes
2017-12-23Rewrite input group component (#25020)Mark Otto
* Rewrite input group component * Set the feedback to 100% width for input group * Move from .row to .form-row for tighter layout * no need for custom feedback here, we're using browser messaging * add input group to validation examples * add note about validating multiple * migration note added
2017-11-25Rewrite custom form check backgrounds (#24697)Mark Otto
* Rewrite custom form check backgrounds Previously, this was all just a background-color and background-image. When we restored the gradients though, we had two background-images competing on the same element, causing rendering glitches. This refactors that code, creating a mixin to simplify things, so we can we easily use two background-images (SVG icon and gradient) when -gradients is set to true. Fixes #24598 * restore default vars * Revamp custom check and radio backgrounds Instead of applying multiple background-image's to the same element, we're adding a new ::before pseudo-element to layer the background-images. Gradients go on the .custom-control-indicator while their icons go on the ::before element. This allows us to shave some bytes from when we compile and we previously needed to redeclare the background-image for the icon if you changed the gradient. * remove now unused mixin * mention change in migration docs
2017-11-15Adds variables for form validation messages (#24767)Andres Galante
2017-11-06fixes #24553: override border-color on focus of custom select with form ↵Mark Otto
validation (#24695)
2017-11-06Minor Sass consistency changes. (#24677)XhmikosR
* use `background-color` instead of the shorthand * use `outline: 0` consistently * fix transform order * remove quotes from `SFMono-Regular`
2017-10-25update new focus and shadow properties to use varsMark Otto