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 (Expand)Author
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
2019-08-27Don't bind validation to form controlsMartijn Cuppens
2019-07-20Use escape-svg() function (#29077)Martijn Cuppens
2019-07-13v5: Forms update (#28450)Mark Otto
2019-05-26Fix background position (#28814)Sezer Esen
2019-04-25Prevent form validation mixin from generating invalid CSS (#28447)Mark Otto
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 ic...Martijn Cuppens
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
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
2018-07-15fixes #26579Mark Otto
2018-07-09disable to fix ciMark Otto
2018-07-09Restore feedback icons on validated form fieldsMark Otto
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
2017-12-27Rewrite custom file inputMark Otto
2017-12-23Form check markup v2 (#25050)Mark Otto
2017-12-23Rewrite input group component (#25020)Mark Otto
2017-11-25Rewrite custom form check backgrounds (#24697)Mark Otto
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 valid...Mark Otto
2017-11-06Minor Sass consistency changes. (#24677)XhmikosR
2017-10-25update new focus and shadow properties to use varsMark Otto
2017-10-22fix custom file input tooMark Otto
2017-10-22match space after comma, darken invalid/valid bg color on custom checksMark Otto
2017-10-22use rgba() so it's not at full opacityMark Otto
2017-10-22really fix indentation, reorderMark Otto
2017-10-22use vars, fix indentationMark Otto
2017-10-20Sass correctionSharrell Porter
2017-10-20sync-commits erge branch 'v4-dev' into custom-checkboxes-radios-correct-colorSharrell Porter
2017-10-19Gradients and shadows (#24429)Mark Otto
2017-10-16correcting colorSharrell Porter
2017-10-03Form Validation `.valid-feedback` and `.valid-tooltip` are unstyled (#23527)Patrick Yeo
2017-09-26Update comment for forms mixins (#24050)Andrew Luca
2017-08-13Apply the invalid/valid state to the class nameMark Otto
2017-06-14Merge branch 'v4-dev' into form-tweaksMark Otto
2017-06-13(#22414) Rename for consistency `$input-bg-disabled`, `$input-bg-focus`, `$in...Patrick Yeo
2017-06-11move to mixin so we can repeat it easier and allow folks to extend to custom ...Mark Otto