diff options
| author | Mark Otto <[email protected]> | 2023-01-03 22:23:46 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-01-03 22:23:46 -0800 |
| commit | d70b5db2e0aee9ea9a7255d28395278876bf53ba (patch) | |
| tree | fdb7aba2fd46c77feada9c601b8967f6e91fa409 /site/data | |
| parent | 89f9ffc212e61eef78422843200275904e2a7c44 (diff) | |
| download | bootstrap-d70b5db2e0aee9ea9a7255d28395278876bf53ba.tar.xz bootstrap-d70b5db2e0aee9ea9a7255d28395278876bf53ba.zip | |
Add new link utilities, icon link helper, and update colored link helpers (#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
Diffstat (limited to 'site/data')
| -rw-r--r-- | site/data/sidebar.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/site/data/sidebar.yml b/site/data/sidebar.yml index b1d567e99..dea26b401 100644 --- a/site/data/sidebar.yml +++ b/site/data/sidebar.yml @@ -105,6 +105,7 @@ - title: Color & background - title: Colored links - title: Focus ring + - title: Icon link - title: Position - title: Ratio - title: Stacks @@ -125,6 +126,7 @@ - title: Flex - title: Float - title: Interactions + - title: Link - title: Object fit - title: Opacity - title: Overflow |
