diff --git a/.changeset/beige-stingrays-ring.md b/.changeset/beige-stingrays-ring.md new file mode 100644 index 00000000000..accbb380b83 --- /dev/null +++ b/.changeset/beige-stingrays-ring.md @@ -0,0 +1,27 @@ +--- +"@itwin/itwinui-css": major +--- + +`.iui-breadcrumbs-content` now requires `.iui-button .iui-field` and `data-iui-variant="borderless"`. + +```diff + + diff --git a/apps/css-workshop/src/components/IconButton.astro b/apps/css-workshop/src/components/IconButton.astro index 6cea28cd778..eb29d0a4d1d 100644 --- a/apps/css-workshop/src/components/IconButton.astro +++ b/apps/css-workshop/src/components/IconButton.astro @@ -10,7 +10,7 @@ const { class: className, variant, size, isActive, shift, ...props } = Astro.pro --- ` : '' } diff --git a/apps/css-workshop/src/pages/breadcrumbs.astro b/apps/css-workshop/src/pages/breadcrumbs.astro index bb08042c681..39e6e6acab3 100644 --- a/apps/css-workshop/src/pages/breadcrumbs.astro +++ b/apps/css-workshop/src/pages/breadcrumbs.astro @@ -38,7 +38,9 @@ import IconButton_ from '../components/IconButton.astro';
  1. - Root + + Root +
  2. - Nested + + Nested +
  3. - + Double nested folder with truncation - +