Skip to content

Commit

Permalink
Tweak experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
mj12albert committed Feb 26, 2025
1 parent 5103ac6 commit 3ccf591
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
1 change: 1 addition & 0 deletions docs/src/app/(private)/experiments/toolbar/text-editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ export default function App() {
<div className={styles.toolbar.Wrapper}>
<Tooltip.Provider>
<Toolbar.Root className={styles.toolbar.Root}>
{/* only disabling the trigger doesn't work yet - https://github.com/mui/base-ui/issues/1439 */}
<Select.Root defaultValue="sans" disabled={selectDisabled}>
<Toolbar.Button
disabled={selectDisabled}
Expand Down
16 changes: 0 additions & 16 deletions docs/src/app/(private)/experiments/toolbar/triggers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -194,22 +194,6 @@ export default function App() {
label: 'RGB color picker',
disabled: INT_POPOVER_DISABLED,
})}

<Tooltip.Portal>
<Tooltip.Positioner sideOffset={10}>
<Tooltip.Popup className={styles.tooltip.Popup}>
<Tooltip.Arrow
className={classNames(
styles.tooltip.Arrow,
styles.toolbar.TooltipArrow,
)}
>
<ArrowSvg className={styles.toolbar.ArrowSvg} />
</Tooltip.Arrow>
RGB color picker
</Tooltip.Popup>
</Tooltip.Positioner>
</Tooltip.Portal>
</Tooltip.Root>

<Popover.Portal>
Expand Down

0 comments on commit 3ccf591

Please sign in to comment.