aboutsummaryrefslogtreecommitdiff
path: root/site
AgeCommit message (Collapse)AuthorFilesLines
2023-03-13Docs: consistent usage of CSS sections (#38175)Julien Déramond5-8/+8
2023-03-10Drop unused `bootstrap-social-logo.png`Julien Déramond1-0/+0
2023-03-10Update buttons.md (#38169)Mark Otto1-3/+3
* Update buttons.md Updates the buttons documentation to refer to the button styles as variants as opposed to "predefined styles" as that language was previously troublesome elsewhere in our docs, and variants makes more sense. * Update site/content/docs/5.3/components/buttons.md Co-authored-by: Julien Déramond <[email protected]> --------- Co-authored-by: Julien Déramond <[email protected]>
2023-03-10Improve docs on Modals, Alerts, Offcanvas and Toasts close triggers examples ↵Hannah Issermann1-2/+2
(#38182) * Improve docs on Modals, Alerts, Offcanvas and Toasts close triggers examples * Update site/layouts/shortcodes/js-dismiss.html Co-authored-by: Julien Déramond <[email protected]> --------- Co-authored-by: Mark Otto <[email protected]> Co-authored-by: Julien Déramond <[email protected]>
2023-03-10Fix (#38191)Louis-Maxime Piton2-2/+2
Co-authored-by: Patrick H. Lauke <[email protected]>
2023-03-10Fix typo in `utilities/colors.md` (#38194)Julien Déramond1-1/+1
2023-03-10Docs: Remove unnecessary `href` and `tabindex="-1"` (#38196)Louis-Maxime Piton1-3/+3
* Proposal * fix(review)
2023-03-10Improve `scss-docs` linklouismaxime.piton1-1/+1
2023-03-10Better use the CSSlouismaxime.piton1-2/+7
2023-03-08Docs: fix typo in Color modes page (#38198)mrlife1-1/+1
2023-03-07Remove nesting color modes docs section (#38192)Mark Otto1-67/+0
* Update docs for nesting color modes to better communicate issues with nesting light in dark * Remove nesting entirely actually, it's impossible to properly show an example when in dark mode
2023-03-07Fixes click area for header example snippetMark Otto1-3/+5
2023-03-07Docs: minor modifications in our migration guide for the v5.3.0-alpha2 (#38177)Julien Déramond1-2/+2
2023-03-07Docs: vertically align starters images in example page (#38179)Julien Déramond1-1/+1
2023-03-04Docs: fix overflow:auto horizontal scrollbars covering last line of code ↵Patrick H. Lauke3-5/+14
blocks (#37694) * Add dirty hack for Firefox * Disable stylelint check for function-url-quotes to make the hack go through unchallenged * Make the fix across all browsers It's not just Firefox - same issue can be seen (though slightly less horrible looking) on macOS / Chrome etc * Tweak padding, move clipboard button down slightly * Further CSS tweaks Forcing `overflow: overlay` should normalise behaviour between Chrome/Win and other implementations. While visually the Chrome/Win scrollbar still looks big and ugly, its height/spacing is now taken into account as being part of the content, so styles can be applied consistently with extra padding at the bottom * Linting fixes * Linting fixes * Apply suggestions from code review --------- Co-authored-by: Mark Otto <[email protected]>
2023-03-04Fixed some grammar issuesAndrew Dawes3-4/+4
2023-03-04Examples: color mode enhancement (#38144)Louis-Maxime Piton8-40/+101
* Tool bar proposal inside examples * Some examples fixes * Change appearance and position of the color mode toggler * Proposal * . --------- Co-authored-by: Mark Otto <[email protected]>
2023-03-02Icon link: envariable + enhance the documentation (#38130)Louis-Maxime Piton1-1/+24
* Envariable the icon-link helper * Proposal * .
2023-03-02Fix dropdown toggle visible focus in headers exampleJulien Déramond1-1/+1
2023-03-02Docs: `.text-body-secondary` appears two times in Utilities > ColorsJulien Déramond1-2/+1
2023-03-02Docs: replace 'popover' by 'tooltip' in tooltip's page' options sectionJulien Déramond1-1/+1
2023-03-02Docs: rollback some modification about `.text-muted` deprecation messagesJulien Déramond2-3/+3
2023-03-02Utilities: add 0 value to `link-underline-opacity` (#38131)Louis-Maxime Piton1-2/+3
2023-02-25Docs: fix code indentation in homepage JavaScript plugins section (#38112)Julien Déramond1-8/+8
2023-02-25Docs: Drop unused `.focused` style (#38087)Julien Déramond1-5/+0
2023-02-25Drop unused `--bs-focus-ring-box-shadow` and add documentation for ↵Julien Déramond1-0/+8
`--bs-focus-ring-{x|y|blur}` (#38095)
2023-02-23Docs: drop unused icons (#38103)Julien Déramond8-93/+0
2023-02-19Bump Chart.js from 2.9.4 to 4.2.1 in dashboard examples (#38071)Julien Déramond4-22/+18
* Bump Chart.js from 2.9.4 to 4.2.1 in dashboard examples * Rollback myChart var modification * Add some padding between tooltip color and text --------- Co-authored-by: XhmikosR <[email protected]>
2023-02-17Fix console error in examples pages du to no theme switcher (#38074)Julien Déramond1-0/+5
2023-02-15Reduce size of guide dev server images (#37741)Julien Déramond6-0/+0
* Reduce size of guide dev server images * Optimised images with calibre/image-actions * Lossy compress new images --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2023-02-14WIP: New snippet examples (#36309)Mark Otto18-6/+507
* Start work on some new snippet examples * Update for dark mode, fixes * Add images, update descriptions * examples fixes
2023-02-14More updates to migration guideMark Otto1-2/+16
2023-02-14Update form validation styles to use new CSS variables for `color` and ↵Mark Otto1-0/+14
`border-color` (#38044) * Update form validation styles to use new CSS variables for color and border-color * Use better Sass variables
2023-02-14Attempt to fix focus ring being cut off in table of contents (#37965)Mark Otto3-13/+7
* Attempt to fix focus ring being cut off in table of contents * Update _toc.scss --------- Co-authored-by: Patrick H. Lauke <[email protected]>
2023-02-14Docs: add scroll-margin-top for keyboard navigationPatrick H. Lauke2-0/+6
2023-02-14Remove unused partials and add some way to automatically detect it (#38004)Julien Déramond9-21/+0
* Add docs-check-unused-templates in npm commands and workflow * Remove unused partials icons templates
2023-02-14Docs: Use ESM Popper CDN reference in 'Using Boottrap as a module'Julien Déramond1-1/+1
2023-02-13Docs: Progress fix + proposal (#38014)Louis-Maxime Piton1-2/+2
* Fix + proposal * fix(review) --------- Co-authored-by: Patrick H. Lauke <[email protected]>
2023-02-13Docs: uniformize disabled nav links for underline navJulien Déramond1-1/+1
2023-02-11Remove `debug` references from DocSearch v2 (#38032)Julien Déramond1-3/+1
2023-02-04Remove redundant space in forms/validation.md汪心禾1-1/+1
2023-02-04Add mention to migration guideMark Otto1-0/+2
2023-01-28Migration guide changes for v5.3.0-alpha2 (#37862)Mark Otto1-1/+67
* WIP * More changes mentioned * more * mention dropdown-menu-dark deprecation * More edits
2023-01-25Theme color improvements (#37953)Mark Otto1-1/+1
* Use tint-color() and shade-color() functions to generate new color mode adaptive theme values * More consistent shading * Fix callouts use of emphasis variables * Use tint and shade functions on link and code colors for dark mode
2023-01-21Docs: tweak icon link and callouts (#37923)Patrick H. Lauke8-10/+18
* Tweak callout for icon link - no need to talk about `alt` for `<img>` since these don't use `<img>` - make start of sentence more readable * Tweak language of dropdown warning callout * Tweak popover warning callout * Tweak rtl warning callouts * Tweak color warning callout * Add/move accessibility callout for color to relevant pages * Update site/content/docs/5.3/helpers/icon-link.md * Update site/layouts/partials/callouts/warning-color-assistive-technologies.md Co-authored-by: Mark Otto <[email protected]>
2023-01-21Proposal to rename the CSS and Sass variableslouismaximepiton3-20/+20
2023-01-21Docs: add overflow and text color info to progress bar page (#37921)Patrick H. Lauke1-0/+33
* Docs: add overflow and text color info to progress bar page * Add example/reference for color & background helper use * Add mention of color modes/dark mode * Tweak link text
2023-01-21fix typo in gutters doc (#37918)ChellyAhmed1-1/+1
* fix typo in gutters doc * Update site/content/docs/5.3/layout/gutters.md Co-authored-by: Mark Otto <[email protected]>
2023-01-17Proposallouismaximepiton1-0/+1
2023-01-17Proposallouismaximepiton3-21/+21