| Age | Commit message (Collapse) | Author | Files | Lines |
|
`border-color` (#38044)
* Update form validation styles to use new CSS variables for color and border-color
* Use better Sass variables
|
|
* Attempt to fix focus ring being cut off in table of contents
* Update _toc.scss
---------
Co-authored-by: Patrick H. Lauke <[email protected]>
|
|
|
|
* Fix + proposal
* fix(review)
---------
Co-authored-by: Patrick H. Lauke <[email protected]>
|
|
|
|
|
|
|
|
* WIP
* More changes mentioned
* more
* mention dropdown-menu-dark deprecation
* More edits
|
|
* 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]>
|
|
|
|
* 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
|
|
* fix typo in gutters doc
* Update site/content/docs/5.3/layout/gutters.md
Co-authored-by: Mark Otto <[email protected]>
|
|
|
|
|
|
|
|
* Add maps
* Redesign scss-docs rendering
* Update other CSS sections
* Fix linter
|
|
|
|
|
|
|
|
* Fix .form-control in dark mode
* Remove CSS vars from docs
|
|
|
|
|
|
Changed ```popover``` to ```tooltip``` in tooltip component docs page.
|
|
teh documentation in the same page than sass variables.
|
|
|
|
|
|
|
|
|
|
* Rewrite colored links to use color property again instead of --bs-link-color-rgb value because nav links and more do not set --bs-link-color-rgb
* Update bundlewatch
* Document it
Co-authored-by: Julien Déramond <[email protected]>
|
|
* Update snippet examples for dark mode
* Fix markup
* Review comments
* undo colored links docs from this PR
|
|
|
|
|
|
|
|
* Consistency with the doc
* Bring a class to avoid weird behavior
* Consistency + Add some explaining text
* fix(color)
|
|
|
|
`twbs/examples/tree/main/icons-font` (#37671)
* Docs: replace twbs/bootstrap-npm-starter by twbs/examples/tree/main/icons-font
* Revamp starter template to use new .icon-link, fix Bootstrap icon and text at top
* Remove extra CSS file
* Change links to twbs/examples
* Fix icon name
* Adjust icon link offset to more reasonable and scaling distance
Co-authored-by: Mark Otto <[email protected]>
|
|
|
|
(#37762)
* Add new link utilities, update colored link helpers
* Remove commented out code
* Fixes
* Remove examples changes
* Fixes and copy
* Fix icon-link instances on homepage
* Bump bundlewatch
* Fix node-sass issue for rgba() function bug
* More bundlewatch
* One more time after merge
* Add callout for a11y
* Hover and focus-visible
* Add a11y callouts
* Remove duplicate for now
* More code review feedback
|
|
|
|
|
|
|
|
* Docs: add explanation of the base `.btn` class
and a callout reminding authors to at least define some focus styling if they intend to use it "naked"
* Turn callout into a warning
* Add initial heading
* Tweak callout wording
|
|
* fix live toast demo
* Fix live toast demo
* Update snippets.js
* Update toasts.md
* Update snippets.js
* Code review comments addressed
Co-authored-by: XhmikosR <[email protected]>
Co-authored-by: Mark Otto <[email protected]>
|
|
|
|
Co-authored-by: Patrick H. Lauke <[email protected]>
|
|
|
|
|
|
Follow-up to https://github.com/twbs/bootstrap/pull/37718
|
|
|
|
* Add global variables for box-shadow focus rings
* Update instances of -btn-focus-box-shadow to use -ring-box-shadow, unless it's for buttons or inputs
* fix variable name
* Add CSS variables for global focus styling, document it
* Move to CSS vars section
* Update scss/_nav.scss
Co-authored-by: Gaël Poupard <[email protected]>
* Helper and utils
* Fix bundlewatch
* Change 'Focus ring' in sidebar so that the page can be visible
* Minor typo fix
* fix merge
* Revamp some more, improve docs
Co-authored-by: Gaël Poupard <[email protected]>
Co-authored-by: Julien Déramond <[email protected]>
Co-authored-by: Patrick H. Lauke <[email protected]>
|