diff --git a/docs/data/material/components/tooltips/DisabledTooltips.js b/docs/data/material/components/tooltips/DisabledTooltips.js index a00764ef2a437e..d4d6edf6c6fae4 100644 --- a/docs/data/material/components/tooltips/DisabledTooltips.js +++ b/docs/data/material/components/tooltips/DisabledTooltips.js @@ -4,9 +4,9 @@ import Tooltip from '@mui/material/Tooltip'; export default function DisabledTooltips() { return ( - - - + ); } diff --git a/docs/data/material/components/tooltips/DisabledTooltips.tsx b/docs/data/material/components/tooltips/DisabledTooltips.tsx index a00764ef2a437e..d4d6edf6c6fae4 100644 --- a/docs/data/material/components/tooltips/DisabledTooltips.tsx +++ b/docs/data/material/components/tooltips/DisabledTooltips.tsx @@ -4,9 +4,9 @@ import Tooltip from '@mui/material/Tooltip'; export default function DisabledTooltips() { return ( - - - + ); } diff --git a/docs/data/material/components/tooltips/DisabledTooltips.tsx.preview b/docs/data/material/components/tooltips/DisabledTooltips.tsx.preview index f83193be661f3d..9253da1e600e21 100644 --- a/docs/data/material/components/tooltips/DisabledTooltips.tsx.preview +++ b/docs/data/material/components/tooltips/DisabledTooltips.tsx.preview @@ -1,5 +1,5 @@ - - - + \ No newline at end of file diff --git a/docs/data/material/components/tooltips/tooltips.md b/docs/data/material/components/tooltips/tooltips.md index 42dc76cfee6928..f07d3a1611b1ee 100644 --- a/docs/data/material/components/tooltips/tooltips.md +++ b/docs/data/material/components/tooltips/tooltips.md @@ -147,28 +147,14 @@ You can disable this behavior (thus failing the success criterion which is requi ## Disabled elements -By default disabled elements like ` - - -``` - ## Transitions Use `slots.transition` and `slotProps.transition` to use a different transition.