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-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
2022-05-13Revert backdrop utilization, handling clicks over modal (#36324)GeoSot
* refactor(Modal.js): stop using backdrop class to handle clicks over modal * Revert #35554 and backdrop callback usage Explanation: In order to bypass `.modal`, was applied a css rule `pointer-events:none` which caused the side effect, and user couldn't scroll "long content modals" * Update .bundlewatch.config.json Co-authored-by: Mark Otto <markd.otto@gmail.com>
2022-05-09Remove leftover abbr styles in Reboot for tooltipsMark Otto
/cc @GeoSot
2022-05-07Fix color-adjust with autoprefixer 10.4.6 (#36258)amirhossein-karimi
Co-authored-by: Mark Otto <markd.otto@gmail.com>
2022-05-06Iterate on border utilities (#36239)Mark Otto
* Remove `--bs-border-opacity: 1` from `.border-*` utilities We set `--bs-border-opacity: 1` globally at the `:root` level, so redeclaring it on every `.border-*` utility doesn't make much sense. I think we can drop this. * Remove global border-opacity var, restore on .border-color classes, move .border-color utils down the list to fix some specificity issues * Add some demos of border utils to the docs
2022-05-06Handle disabled focused tabs with tab JavaScript plugin (#36169)Julien Déramond
* Handle disabled tabs * Fix after feedback * Update js/src/tab.js Co-authored-by: GeoSot <geo.sotis@gmail.com> * Update js/src/tab.js Co-authored-by: GeoSot <geo.sotis@gmail.com> * Commit suggestions via GitHub broke the thing * Add some unit tests * Remove temp doc modification * Add tests for left arrow * Add disabled tabs in JavaScript Behavior section * Compact 4 tests to 2 tests * Compact 4 tests to 2 tests * Add 'disabled' attribute for all buttons * Change the disabled pane position only for the vertical version * Change ids for the confusing first example in JavaScript behavior * Use disabled attribute instead of the class for buttons in tabs Co-authored-by: GeoSot <geo.sotis@gmail.com>
2022-05-06Fix proposallouismaxime.piton
2022-04-30Add new text-bg-color utilitiesMark Otto
2022-04-29Revert `border-color` change (#36238)Mark Otto
* Revert `border-color` change * Add new border-color-translucent for when we want optional alpha-transparency in our border-color Apply to drodpowns, modals, offcanvas, popovers, and toasts * bundlewatch
2022-04-29Add input-disabled-color Sass variableMark Otto
2022-04-29Clean up last `$variable-prefix` usagesJulien Déramond
2022-04-20Update _breakpoints.scssMetadavid
2022-04-18v5.2.0 design refresh, plus responsive offcanvas classes (#35736)Mark Otto
* Add responsive offcanvas classes - Updates navbar-expand classes to de-dupe some styles—these shouldn't interfere now. - Adds some JS to the offcanvas component to help with responsiveness Co-Authored-By: GeoSot <geo.sotis@gmail.com> * Redesign homepage, docs, and examples Homepage: - New Bootstrap purple navbar - Redesigned masthead - Rewrote and redesigned homepage content - Replace Copy text with icons like Bootstrap Icons site across all ClipboardJS instances - Fixed padding issues in site footer - Match homepage button styles to examples page, use gap instead of tons of responsive margin utils Docs: - New navbar, no more subnav. Migrated search and version picker into the main navbar and refreshed the design of it all, including the responsive toggles. - New sidebar navigation is always expanded, and now features Bootstrap Icons alongside section headings - Sidebar navigation autoscrolls to active link for better usability - Subnav and navbar padding issues ironed out - Enhanced the version picker in anticipation of v5.2: we can now link right to the same page in the previous version. - Redesign callouts to add more color to our pages - Collapse table of contents on mobile - Cleanup and redesign button styles with CSS variables - Update design for subnav version dropdown - Update highlight and example to be full-width until md - Improve the Added In badges - Turn the ToC into a well on mobile - Redesign code snippets to better house two action buttons Examples: - Redesign Examples page layout - Add new example for responsive offcanvases in navbars * Convert offcanvas to CSS vars * Feat: add resize handler to Offcanvas.js. If we could use as default the `.offcanvas` class without modifiers, we then, could add a simplified selector The selector itself, ignores the .offcanvas class as it doesn't have any responsive behavior The `aria-modal` addon is to protect us, selection backdrop elements * Separate examples code, Add some selectors, fix stackblitz btn Co-authored-by: GeoSot <geo.sotis@gmail.com>
2022-04-16Minor fixeslouismaxime.piton
2022-04-13Add black to colors mapRyan Buckley
2022-04-13Fix space between popover's arrow and triggering element (#35976)Julien Déramond
* Fix margin between popover arrow and triggering element * Oups-use .25 increment for bundlewatch Co-authored-by: Mark Otto <markd.otto@gmail.com>
2022-04-13Fix proposallouismaxime.piton
2022-04-13Changing the CSS var managementlouismaxime.piton
2022-04-13Remove tooltip and popover styling as it is handled by Popper (#34627)GeoSot
* Remove not needed css form tooltip & popover as it is made by popper Remove tooltip margin variable, as popper needs margin to be zero * Remove popover left/top initializers as they are handled by popper * nullify `margin` variable and add deprecation message * Document change in migration guide * Update _variables.scss Co-authored-by: Mark Otto <markdotto@gmail.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2022-04-12Improve use of CSS vars in ToastsJulien Déramond
2022-04-12Add CSS vars for accordions (#36148)Julien Déramond
* Add CSS vars for accordions * Fix Bundlewatch
2022-04-08Update devDependencies (#36120)XhmikosR
* Update devDependencies * @babel/core ^7.17.8 → ^7.17.9 * @popperjs/core ^2.11.4 → ^2.11.5 * clean-css-cli ^5.5.2 → ^5.6.0 * eslint-plugin-import ^2.25.4 → ^2.26.0 * find-unused-sass-variables ^4.0.3 → ^4.0.4 * karma-rollup-preprocessor ^7.0.8 → ^7.0.7 * sass ^1.49.11 → ^1.50.0 * stylelint 14.2.0 → ^14.6.1 * Fix currentcolor case
2022-04-07Revert border-color utilities to use the CSS property instead of the variableMark Otto
2022-04-06New CSS varlouismaxime.piton