Skip to content

Commit b238ce3

Browse files
authored
fix(popovers): Remove StylingHooksTables from docs (#4676)
1 parent 95e1764 commit b238ce3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ui/components/popovers/docs.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import * as FeatureExamples from './feature/example';
1313
import * as PreviewPanelExamples from './panels/example';
1414
import * as PromptExamples from './prompt/example';
1515
import { getDisplayElementById } from '../../shared/helpers';
16-
import StylingHooksTable from '../../../shared/components/StylingHooksTable';
1716

1817
<div className="doc lead">
1918
A popover is a non-modal dialog. The component should be paired with a
@@ -343,5 +342,3 @@ Panel Popovers can be shown on mouse hover but for keyboard or screen reader use
343342

344343
<p>For this particular use case, the <code>--slds-c-popover-position-zindex</code> <a href="/platforms/lightning/styling-hooks/">Styling Hook</a> allows developers to change the z-index value. <strong>Please note</strong>: when this value is changed, the responsibility is on the developer to maintain the CSS stacking order.</p>
345344
</Blockquote>
346-
347-
<StylingHooksTable name="popovers" type="component" />

0 commit comments

Comments
 (0)