diff --git a/docs/src/layouts/ComponentLayout.svelte b/docs/src/layouts/ComponentLayout.svelte
index 3f7c9b4c..5ce07727 100644
--- a/docs/src/layouts/ComponentLayout.svelte
+++ b/docs/src/layouts/ComponentLayout.svelte
@@ -213,7 +213,7 @@
outline: 1px solid var(--cds-interactive-04);
}
- [data-outline="relative"] {
+ [data-outline] {
position: relative;
}
diff --git a/docs/src/pages/components/Popover.svx b/docs/src/pages/components/Popover.svx
index 1619efb2..4a27c5f8 100644
--- a/docs/src/pages/components/Popover.svx
+++ b/docs/src/pages/components/Popover.svx
@@ -7,7 +7,7 @@
By default, the position of the popover component is absolute.
-
+
Parent
Content
@@ -18,7 +18,7 @@ By default, the position of the popover component is absolute.
Set `relative` to `true` to use a relative position.
-
+
Parent
Content
@@ -29,7 +29,7 @@ Set `relative` to `true` to use a relative position.
Set `closeOnOutsideClick` to set `open` to `false` when clicking outside of the popover.
-
+
Parent
{console.log('on:click:outside')}}>
Content
@@ -38,7 +38,7 @@ Set `closeOnOutsideClick` to set `open` to `false` when clicking outside of the
### With caret
-
+
Parent
Content
@@ -51,7 +51,7 @@ By default, the caret is aligned "top".
Possible `align` values include `"top"`, `"top-left"`, `"top-right"`, `"bottom"`, `"bottom-left"`, `"bottom-right"`, `"left"`, `"left-bottom"`, `"left-top"`, `"right"`, `"right-bottom"` or `"right-top"`.
-
+
Parent
Content
@@ -60,7 +60,7 @@ Possible `align` values include `"top"`, `"top-left"`, `"top-right"`, `"bottom"`
### Light variant
-
+
Parent
Content
@@ -69,7 +69,7 @@ Possible `align` values include `"top"`, `"top-left"`, `"top-right"`, `"bottom"`
### High contrast variant
-