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-07-11Add CSS custom property: --bs-btn-disabled-border-color to mixin: button-outl...Neeraj Kumar Das
2022-05-23Stylelint: Disable `custom-property-empty-line-before`Mark Otto
2022-03-13Add additional root variables, rename `$variable-prefix` to `$prefix` (#35981)Mark Otto
2022-02-23Replace non-existent `--bs-btn-padding` by `--bs-btn-padding-{x|y}`Julien Déramond
2022-02-16Fixed border radius var name and .show targetEugene Kopyov
2022-02-15Convert .btn and mixins to use CSS variablesMark Otto
2021-05-19Update button-variant mixin to add missing space.pu-master
2021-02-11Add Sass docs (variables, mixins, and loops) to most pages (#32747)Mark Otto
2020-12-17Add variables for modifying button state colours. (#32317)Dylan Anderson
2020-10-13Colors rewrite (#30622)Martijn Cuppens
2020-08-04Ensure to increase contrasts on buttons & colored links hover/active states (...Gaël Poupard
2020-07-12Easier disabled state customization for button variants (#30639)Gaël Poupard
2020-06-16Switch to btn-checkMartijn Cuppens
2020-06-16Remove checkbox/radio toggle from button plugin in favor of a CSS only solutionMartijn Cuppens
2020-04-11Use `box-shadow` mixin for `.btn` (#30512)Catalin Zalog
2020-03-23Use WCAG contrast algo (#30168)Gaël Poupard
2020-03-23Use next dropdown menu instead of first of the parentMartijn Cuppens
2020-02-12Shorten if notations so that property order can be appliedMartijn Cuppens
2019-12-27Simplify disabled styles (#29296)Martijn Cuppens
2019-10-12Add color argument to button mixins (#29444)Jeremy Jackson
2019-08-30Clean up line heights & add line height utilities (#29271)Martijn Cuppens
2019-05-08Drop all hover mixinsMark Otto
2019-04-05Fix buttons :focus state styles (#27890)Matěj Kříž
2019-02-08Responsive font size implementation (#23816)Martijn Cuppens
2019-01-07take account 'none' for box-shadow (#27972)wojtask9
2018-12-23Blacklist border-radius property (use mixin instead) (#27900)Martijn Cuppens
2018-11-04Ligthen/Darken Button focus shadow colorysds
2018-10-21Outline button variant hover mixin (#27289)Doug Puchalski
2018-10-20Fix #26372: disabled btn hover issue (#27407)Ian Walter
2018-09-03Move transparent background to .btn and remove background-imageMartijn Cuppens
2018-01-18Outline button hover color (#25339)Mark Otto
2018-01-15Consistently use `:disabled` rather than `[disabled]` selector (#25317)Patrick H. Lauke
2018-01-14Mixin `button-outline-variant` should retain active box shadow when focusedPatrick Yeo
2018-01-13Fixed color for disabled buttons (#25167)Wolfgang Goedel
2017-12-31Outline active focus (#25145)Mark Otto
2017-12-28apply same active/focus shadow styling to button variantsMark Otto
2017-11-25Darken outline hover color to match default button hover (#24150)afholderman
2017-10-29Add fallback border-radius to .btn (#24505)Mark Otto
2017-10-25update new focus and shadow properties to use varsMark Otto
2017-10-19Gradients and shadows (#24429)Mark Otto
2017-10-19fix functions, lighter colors on activeMark Otto
2017-10-19Merge branch 'btn-active' of https://github.com/andresgalante/bootstrap into ...Mark Otto
2017-10-15Merge branch 'v4-dev' into yiq-function-updateGijs Boddeus
2017-10-10Ensure active button styles are not applied to disabled buttonsPrateek Goel
2017-10-04revert 1db5082Gijs Boddeus
2017-10-04rearrange properties in _borders.scss mixinsGijs Boddeus
2017-09-13modified the yiq to to an actual functiongijsbotje
2017-09-11changes active state colorAndres Galante
2017-09-05Add correct button-variant mixin hover color (#23657)Ben Hayward
2017-08-14Button code cleanup (#22951)Mark Otto