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
2022-10-31Prevent extraneous whitespace around date time inputs in Webkit (#37350)Stephen Reay
2022-10-30Fix disabled floating labels and add some examples of it in the docs (#37299)Julien Déramond
2022-10-23fixjonnysp
2022-10-06Add an artificial background to floating labels (#37125)Louis-Maxime Piton
2022-09-01Fix input group z-index focus + validationFlorian Lacreuse
2022-08-01Fixlouismaximepiton
2022-08-01Fix floating labelslouismaximepiton
2022-07-18Support input groups in floating forms (#36759)Mark Otto
2022-06-14Don't style `readonly` inputs as `disabled` (#36499)Mark Otto
2022-05-21Truncate text to prevent multiline floating labelHDPham
2022-05-20Update form-control-color sizing and styles (#36156)Mark Otto
2022-05-07Fix color-adjust with autoprefixer 10.4.6 (#36258)amirhossein-karimi
2022-04-29Add input-disabled-color Sass variableMark Otto
2022-03-13Add additional root variables, rename `$variable-prefix` to `$prefix` (#35981)Mark Otto
2022-02-08Support floating labels on `.form-control-plaintext` (#32840)Sebastian Podjasek
2022-02-08Add `.form-check-reverse` modifier class (#33606)Mark Otto
2022-02-07Set `cursor: default` on disabled `.form-check-label` (#35082)The Fake Cake
2021-12-14Update stylelint and stylelint-config-twbs-bootstrap (#35438)XhmikosR
2021-10-29Drop prefixed version of `::file-selector-button` (#35232)Gaël Poupard
2021-09-07Add `border-radius` sizes to small and large `.form-select`s (#34853)Dominik Crha
2021-07-14fix(forms): prevent color control from shrinking (#34445)Gaël Poupard
2021-06-14Replace `/` division with multiplication and custom `divide()` function (#34245)Mark Otto
2021-06-03fix(forms): unitless `line-height` for floating labels (#34161)Gaël Poupard
2021-05-28Add missing transition to `.form-select` (#34034)Simon Ihmig
2021-05-25Fix x-paddings for select (with floating label, and in Firefox) (#34008)Gaël Poupard
2021-05-13Revert "use `:read-only` css selector instead `[readonly]` for consistency (#...Mark Otto
2021-04-18use `:read-only` css selector instead `[readonly]` for consistency (#33642)harishhalodoc
2021-03-08Update devDependencies (#33307)XhmikosR
2021-01-15Drop transition on .form-check, keep on .form-switchMark Otto
2021-01-10Consistently use outline:0 rather than outline:none (#32751)Patrick H. Lauke
2020-12-28Tweak .form-select padding (#32419)Mark Otto
2020-12-17Extended form validation states customization capabilities (#31757)Dmytro Yaremenko
2020-12-07Remove vertical-align from .form-select (#32318)Mark Otto
2020-12-04feat(RTL): implement RTLGaël Poupard
2020-11-06stylelint: pass the ` --rd` flag (#32063)XhmikosR
2020-11-06Remove firefox workaround for ::file-selector-button margin. (#32064)Emilio Cobos Álvarez
2020-11-05Drop Legacy Edge support.XhmikosR
2020-10-30Fix color heights (#32023)Martijn Cuppens
2020-10-30Add `cursor:pointer` to color inputs (#32020)Patrick H. Lauke
2020-10-29Remove explicit heights on form elements (#31993)Martijn Cuppens
2020-10-28Use the same font on the button as on the field itselfMartijn Cuppens
2020-10-28Fix Firefox padding issueMartijn Cuppens
2020-10-28Drop custom file upload plugin in favor of CSSMartijn Cuppens
2020-10-28v5: Floating labels (#30449)Mark Otto
2020-10-27Fix border radius for inputs groups with validationMartijn Cuppens
2020-10-27Fix border radii on validation messagesMartijn Cuppens
2020-10-27Require `.has-validation` class to fix border radii on form elementsMartijn Cuppens
2020-09-30Add Sass variable for CSS variable prefix (#31684)Mark Otto
2020-09-29Fix disabled checkbox toggle buttons (#31651)Nikita Mikhaylov
2020-09-28Update stylelint to v13.7.2 (#31726)XhmikosR