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-09-20Explicitly target `.btn-check` and undo `:hover` (#37165)Patrick H. Lauke
2022-09-04Remove gradient from .btn-linkMark Otto
2022-09-04Rework button focus/active styling, with extra changes for checks/radios (#37...Patrick H. Lauke
2022-09-01v5/docs: reintroduce `outline` for docs code samples, buttons when `:not(:foc...Patrick H. Lauke
2022-09-01bugfix undefined border color variable for btnMichael Geuchmann
2022-07-18Fix active/focused button link text colorJulien Déramond
2022-06-09Manually set hover and active backgrounds and borders for dark and light buttonsMark Otto
2022-05-23Stylelint: Disable `custom-property-empty-line-before`Mark Otto
2022-05-20add back focus box shadow on btn linkRyan Berliner
2022-04-01Adding @include everytime it's not the caselouismaxime.piton
2022-03-13Add additional root variables, rename `$variable-prefix` to `$prefix` (#35981)Mark Otto
2022-02-16Fixed border radius var name and .show targetEugene Kopyov
2022-02-15Convert .btn and mixins to use CSS variablesMark Otto
2021-10-09Revert "Add `align-self: center` to buttons for improved rendering in flex co...Mark Otto
2021-09-07Add `align-self: center` to buttons for improved rendering in flex containersZaid Jawed
2021-02-11Add Sass docs (variables, mixins, and loops) to most pages (#32747)Mark Otto
2020-11-09Drop `.btn-block` classes, replace with utilities (#31995)Mark Otto
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-06-12Stylelint: remove redundant disables (#31006)XhmikosR
2020-04-27Rename variables for brevityMark Otto
2020-03-23Added focus state to .btn-link (#30036)Tim Dujardin
2020-03-20Remove redundant text decoration from hover statesMartijn Cuppens
2020-03-05$link-decoration: underline affects some components (#30262)Martijn Cuppens
2019-12-27Simplify disabled styles (#29296)Martijn Cuppens
2019-10-25Add configurable button text wrapping (#29554)Martijn Cuppens
2019-08-30Clean up line heights & add line height utilities (#29271)Martijn Cuppens
2019-08-16Restore `cursor: pointer` for checkbox/radio buttons (#29239)Martijn Cuppens
2019-07-12Remove attribute selectors (#28988)Martijn Cuppens
2019-05-08Drop all hover mixinsMark Otto
2019-04-23Separate `$btn-link` colors from `$link-color` (#28681)GeoSot
2019-02-07Optional btn & input font sizes (#28068)Martijn Cuppens
2019-02-07Add text-decoration to .btn-link. (#28169)Bardi Harborow
2019-01-04Move hand cursor for buttons to rebootMartijn Cuppens
2018-10-17Fix btn focus color (#27178)Martijn Cuppens
2018-09-18Variable .btn and .form-control font sizes (#26908)Martijn Cuppens
2018-09-17#27220: cleanup .btn-link hover/focus properties (#27250)Martijn Cuppens
2018-09-03Set .btn base colorMartijn Cuppens
2018-09-03Move transparent background to .btn and remove background-imageMartijn Cuppens
2018-08-19Remove nowrap from .btnRowan-James Tran
2018-07-21Allow background images for active buttonsMartijn Cuppens
2018-03-12Disable link functionality on disabled `btn-link` (#25645)Peter Etelej
2018-01-18Outline button hover color (#25339)Mark Otto
2018-01-15Consistently use `:disabled` rather than `[disabled]` selector (#25317)Patrick H. Lauke
2017-12-28line breakMark Otto
2017-12-28fix mixin includeMark Otto
2017-12-28Only apply the active and focus shadow on the focus state for :activeMark Otto
2017-12-28Opinionated: reintroduce `cursor:pointer`patrickhlauke
2017-11-08Adds underline back to `btn-link` on focusAndres Galante
2017-11-07Move hardcoded opacity value in `.btn:disabled` to variable `$btn-disabled-op...Patrick Yeo