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
path: root/scss
AgeCommit message (Collapse)Author
2022-09-07Release v5.2.1 (#37098)v5.2.1XhmikosR
* Bump version to v5.2.1. * Dist
2022-09-06Fix accordion button colorSebastian Homeier
Use the Sass variable `$accordion-button-color` to set the CSS custom property `--bs-accordion-btn-color`.
2022-09-05Update _button-group.scssAmirHossein
2022-09-05Update _button-group.scssAmirHossein
2022-09-04Remove gradient from .btn-linkMark Otto
2022-09-04Rework button focus/active styling, with extra changes for checks/radios ↵Patrick H. Lauke
(#37026) * Replace :focus styles with :focus-visible * Remove :active / .active styles * Don't apply :hover styles for `.btn` that follows a `.btn-check` This removes a large part of the visual confusion of button checks/radios - that you currently have to move your mouse away from them to see what they actually changed to (checked or unchecked) * Reintroduce :active, but *not* for button checks/radios * Sort focus styling specifically for button checks/radios don't change background on focus, just give it the border/outline. again, avoids confusion whether something is checked or not while focused * Re-add `outline:0` which was lost when resolving last merge conflict Co-authored-by: Mark Otto <markd.otto@gmail.com>
2022-09-04Add workarounds for postcss values parser errorGeremia Taglialatela
postcss-values-parser returns a syntax error when a negative value is provided in a `calc` function after a CSS variable. This is not an issue with Bootstrap itself, but a workaround to allow projects using postcss-values-parser to keep upgrading and compiling bootstrap Ref: shellscape/postcss-values-parser#138, twbs/bootstrap#35033 Fix: #36851
2022-09-01flush variant of accordion border radius (#36593)AmirHossein
* flush variant of accordion border radius Fixed issues regarding to last accordion-item has rounded edges at the bottom left and right corners when focused and are in closed state * Update _accordion.scss Co-authored-by: Mark Otto <otto@github.com>
2022-09-01Fix accordion: use $accordion-color rather than computing it via color-contrastGiovanni Piller Cottrer
2022-09-01v5/docs: reintroduce `outline` for docs code samples, buttons when ↵Patrick H. Lauke
`:not(:focus-visible)` (#36507) * Remove outline suppression for focused `<pre>` Sighted keyboard users rely on knowing where their focus is. If the `<pre>` receives focus (so that it can be scrolled by keyboard users, for instance) then it's essential that they know this is the case * Only suppress outline for buttons when `:not(:focus-visible)` * Add right-hand margin to pre avoids having the focus outline awkwardly clipped by the copy button
2022-09-01Fix input group z-index focus + validationFlorian Lacreuse
2022-09-01Fix for horizontal list-group itemlouismaximepiton
2022-09-01More consistency for CSS/Sass vars doc for components with dark variantsJulien Déramond
2022-09-01bugfix undefined border color variable for btnMichael Geuchmann
2022-09-01Adding missing CSS variables for `z-index`louismaximepiton
2022-08-10Update an outdated name mentioned in a Sass commentKitty Giraudel
2022-08-03fix #36662 List-group-item margin-top is offset when importing sass in a ↵Hadouin
nested class (#36663) * fix #36662 & + .list-group-item * Ignore linter Co-authored-by: Mark Otto <otto@github.com>
2022-08-01Fixlouismaximepiton
2022-08-01Fix floating labelslouismaximepiton
2022-07-29Define correctly `$popover-header-color` (#36849)Julien Déramond
2022-07-29Fix typos after #36762 (#36771)Julien Déramond
2022-07-26Fix pagination page items border radiusJulien Déramond
2022-07-22Remove unused parameter of `bsBanner` mixin (#36791)なつき
2022-07-19Release v5.2.0 (#36768)v5.2.0XhmikosR
* Bump version to 5.2.0 * Dist * Update masthead.html
2022-07-18Fix typos in code (#36763)Marc Wrobel
Shoutout is correct but has been replaced by its more common form : Shout-out (https://www.merriam-webster.com/dictionary/shout-out).
2022-07-18Fixing pagination compile issueJWB
This was an issue with the tables as well, but that has been updated here - 4a3c004c349ec9b20990c8aa760d12c50c450bbd This was also noted here - 36501#issuecomment-1153187062_ This effects the 5.2 beta1 that is released on the homepage. Whats happening is with a fresh download and compile, with some compilers, I noticed not all of them run into this issue, we get the Sass variable showing up and not the actual value. Steps to reproduce - - Download the source code form the docs for beta 2 and extract - Open VSCode -> open folder to the bootstrap directory you just extracted - install the "Sass/Less/Stylus/Pug/Jade/Typescript/Javascript Compile Hero Pro" v2.3.53 by Eno Yao extension ---- might have to restart VSCode - go to that extensions settings, and set the directory to save the output / compiled version to `../dist` - tap that Compile Hero on the bottom to activate the extension - open `bootstrap.scss` add a space or a new line and save it - check the compiles version and you should see the errors
2022-07-18Fix active/focused button link text colorJulien Déramond
2022-07-18Support input groups in floating forms (#36759)Mark Otto
* Support input groups in floating forms * Update bundlewatch Co-authored-by: 719media <ben@719media.com>
2022-07-12Add a banner mixin, helping future releases and maintenance (#36178)GeoSot
* Add a banner mixin, helping future releases and maintenance * Update scss/bootstrap-reboot.scss Co-authored-by: Julien Déramond <julien.deramond@orange.com> * Apply suggestions from code review Co-authored-by: Julien Déramond <julien.deramond@orange.com> Co-authored-by: Mark Otto <markd.otto@gmail.com>
2022-07-12Add `$display-font-family` and `$display-font-style` (#36711)Julien Déramond
2022-07-11Add CSS custom property: --bs-btn-disabled-border-color to mixin: ↵Neeraj Kumar Das
button-outline-variant
2022-07-11Remove headings-color CSS variable due to backward compatibility issuesMark Otto
2022-07-08Add missing CSS vars for `.navbar-nav`Julien Déramond
2022-07-06Revert db61cf3 for `$text-muted` default value (#36680)Julien Déramond
2022-06-29Fix tooltip/badge border radius when rounded disabledJulien Déramond
2022-06-14Don't style `readonly` inputs as `disabled` (#36499)Mark Otto
* Don't style readonly inputs as disabled Also remove the Chrome-specific focus styling from readonly plaintext * Update some docs comments
2022-06-14Generate local CSS variables on utilities when using state optionMark Otto
2022-06-09Manually set hover and active backgrounds and borders for dark and light buttonsMark Otto
2022-06-03Update some WCAG links, expand sass.md contrast explanation (#36489)Patrick H. Lauke
2022-06-02Fix .dropdown-item border-radius when -padding-y is 0Mark Otto
2022-05-30fix alert border radiusmcoms
2022-05-27Update Sass for computing `.table-group-divider` border (#36446)Mark Otto
* Update Sass for computing .table-group-divider border * Remove stylelint rule
2022-05-23Stylelint: Disable `custom-property-empty-line-before`Mark Otto
2022-05-21Truncate text to prevent multiline floating labelHDPham
2022-05-20add back focus box shadow on btn linkRyan Berliner
2022-05-20Update form-control-color sizing and styles (#36156)Mark Otto
2022-05-20CSS: few proposals (#36406)Louis-Maxime Piton
* Something to try about `!important` in color-bg helper * Better understanding border utility `.border-*-0` * Having rounded numbers of px
2022-05-14Offcanvas not showing with .showing (#36353)Justin Kruit
The transform of .showing was being overridden by .offcanvas.offcanvas-start, while .show wasn't. This resulted in an illusion of the offcanvas waiting for the backdrop, reported in #36347. Moving the show classes below the position classes fixes this problem.
2022-05-13Prepare v5.2.0-beta1Mark Otto
2022-05-13tooltip: ignore `$tooltip-margin` warning for coreXhmikosR