From a3d42612719c8404417b1e2a1e18d44bf263cbda Mon Sep 17 00:00:00 2001 From: Issermann Hannah Date: Mon, 24 Feb 2025 16:10:07 +0100 Subject: [PATCH] Fixes after Vincent review --- site/content/docs/0.1/helpers/stacks.md | 16 ++++------------ site/content/docs/0.1/migration.md | 8 +++++++- 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/site/content/docs/0.1/helpers/stacks.md b/site/content/docs/0.1/helpers/stacks.md index 11309d2046..ae90462c78 100644 --- a/site/content/docs/0.1/helpers/stacks.md +++ b/site/content/docs/0.1/helpers/stacks.md @@ -59,7 +59,7 @@ Using horizontal margin utilities like `.ms-auto` as spacers: {{< /example >}}--> -
- + {{< /example >}} ---> ## CSS diff --git a/site/content/docs/0.1/migration.md b/site/content/docs/0.1/migration.md index e8aa9b0967..a5191fac61 100644 --- a/site/content/docs/0.1/migration.md +++ b/site/content/docs/0.1/migration.md @@ -23,7 +23,11 @@ toc: true ### CSS and Sass variables -- New `$enable-rounded` (default true) have been introduced. It allows you to set rounded or flat corners on components. +- New `$enable-button-pointers` (default true) has been introduced. It is used to add a "hand" cursor to non-disabled button elements. + +- New `$enable-gradients` (default false) has been introduced. It is used to enable predefined gradients via `background-image` styles on various components. + +- New `$enable-rounded` (default true) has been introduced. It allows you to set rounded or flat corners on components. -
New Sass variables: @@ -35,6 +39,8 @@ toc: true
  • $btn-padding-x
  • $btn-padding-y
  • $btn-white-space
  • +
  • $enable-button-pointers
  • +
  • $enable-gradients
  • $enable-rounded
  • $ouds-button-border-radius
  • $ouds-button-border-width-default-interaction-mono