aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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-02Fix button visibility issue on dark theme (#38115)lavsemen2-1/+2
* Fix button visibility issue on dark theme * Add $btn-color-variable in _buttons.scss * Apply suggestions from code review --------- Co-authored-by: Семен Лаверентьев <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2023-03-02Fix navbar-nav link stylingSerhii Babakov1-3/+5
2023-03-02Icon link: envariable + enhance the documentation (#38130)Louis-Maxime Piton3-7/+40
* 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-02Build(deps): Bump coverallsapp/github-action from 1.1.3 to 1.2.2dependabot[bot]1-1/+1
Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 1.1.3 to 1.2.2. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/1.1.3...v1.2.2) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
2023-03-02Utilities: add 0 value to `link-underline-opacity` (#38131)Louis-Maxime Piton2-2/+4
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éramond2-2/+8
`--bs-focus-ring-{x|y|blur}` (#38095)
2023-02-24Merge pull request #38086 from Sir-Genius/btn-linkRomaric Pascal1-1/+1
2023-02-24Merge branch 'main' into btn-linkRomaric Pascal13-126/+31
2023-02-23Drop duplicate `$nav-link-disabled-color` declaration (#38083)Julien Déramond1-1/+0
2023-02-23Docs: drop unused icons (#38103)Julien Déramond8-93/+0
2023-02-22Remove useless comment from `scss/_utilities.scss` (#38104)Julien Déramond1-1/+0
2023-02-21Tests: remove unnecessary `id`/`aria-labelledby` from collapse unit tests ↵Julien Déramond1-15/+15
(#38089)
2023-02-21Build(deps-dev): Bump rollup from 3.15.0 to 3.17.2 (#38097)dependabot[bot]2-8/+8
Bumps [rollup](https://github.com/rollup/rollup) from 3.15.0 to 3.17.2. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.15.0...v3.17.2) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-21Build(deps-dev): Bump sass from 1.58.1 to 1.58.3 (#38100)dependabot[bot]2-8/+8
Bumps [sass](https://github.com/sass/dart-sass) from 1.58.1 to 1.58.3. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.58.1...1.58.3) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-20Fix shadow of .btn-linkSerhii Babakov1-1/+1
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-15Fix color picker borders on chromium based browsersMewenLeHo1-0/+1
2023-02-15Remove -moz-padding-start from .form-selectMark Otto1-1/+0
2023-02-15Drop duplicate `$btn-close-focus-shadow` definitionJulien Déramond1-1/+0
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 Otto4-4/+44
`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éramond10-22/+2
* 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éramond2-1/+2
2023-02-14Build(deps-dev): Bump rollup from 3.10.1 to 3.15.0dependabot[bot]2-8/+8
Bumps [rollup](https://github.com/rollup/rollup) from 3.10.1 to 3.15.0. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.10.1...v3.15.0) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
2023-02-14Build(deps-dev): Bump lockfile-lint from 4.10.0 to 4.10.1dependabot[bot]2-28/+28
Bumps [lockfile-lint](https://github.com/lirantal/lockfile-lint/tree/HEAD/packages/lockfile-lint) from 4.10.0 to 4.10.1. - [Release notes](https://github.com/lirantal/lockfile-lint/releases) - [Changelog](https://github.com/lirantal/lockfile-lint/blob/master/packages/lockfile-lint/CHANGELOG.md) - [Commits](https://github.com/lirantal/lockfile-lint/commits/[email protected]/packages/lockfile-lint) --- updated-dependencies: - dependency-name: lockfile-lint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
2023-02-14Build(deps-dev): Bump eslint from 8.33.0 to 8.34.0dependabot[bot]2-8/+8
Bumps [eslint](https://github.com/eslint/eslint) from 8.33.0 to 8.34.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.33.0...v8.34.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
2023-02-14Build(deps-dev): Bump sass from 1.58.0 to 1.58.1dependabot[bot]2-8/+8
Bumps [sass](https://github.com/sass/dart-sass) from 1.58.0 to 1.58.1. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.58.0...1.58.1) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
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-13Remove comments from `scss/_nav.scss` (#38038)Julien Déramond1-5/+0
2023-02-13Fix `$grid-breakpoints` SCSS unit tests init (#38037)Julien Déramond1-6/+5
2023-02-11Minor fix to avoid creating void elements in tooltip test file (#38034)Julien Déramond1-51/+51
2023-02-11Unify `offcanvas` `keydown` event logic with `modal` (#38025)Roni Diwan2-4/+3
2023-02-11Remove `debug` references from DocSearch v2 (#38032)Julien Déramond2-4/+2
2023-02-09Build(deps-dev): Bump sass from 1.57.1 to 1.58.0 (#38017)dependabot[bot]2-8/+8
Bumps [sass](https://github.com/sass/dart-sass) from 1.57.1 to 1.58.0. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.57.1...1.58.0) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-09Build(deps-dev): Bump eslint from 8.32.0 to 8.33.0 (#37984)dependabot[bot]2-8/+8
Bumps [eslint](https://github.com/eslint/eslint) from 8.32.0 to 8.33.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.32.0...v8.33.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>