diff --git a/docs/guides/migrations.md b/docs/guides/migrations.md index fe9322b772..8aac404fb9 100644 --- a/docs/guides/migrations.md +++ b/docs/guides/migrations.md @@ -12,7 +12,7 @@ kb_sync_latest_only The OrderListComponent is strictly presentational, components using it have to supply the data. The getOrders method of the OrderService doesn't fetch all related order data by default, you can provide an additional parameter to include the data you need. For accessibility reasons, we use buttons instead of anchor tags for links that trigger only an action and are not intended for navigation purposes. -Be aware of minor styling changes: Use css classes `btn btn-link btn-link-action` for text links and `btn-tool btn-link` for icon links. +Be aware of minor styling changes: Use css classes `btn btn-link btn-link-action` for text links and `btn-tool btn-link` for icon links, (see [Accessibility guide/How to fix `click-events-have-key-events` problems](https://github.com/intershop/intershop-pwa/blob/develop/docs/guides/accessibility.md#how-to-fix-click-events-have-key-events-problems) for more details). ## From 4.2 to 5.0