diff --git a/site/src/pages/components/selectmenu.mdx b/site/src/pages/components/selectmenu.mdx index d81574979..fdf5095bd 100644 --- a/site/src/pages/components/selectmenu.mdx +++ b/site/src/pages/components/selectmenu.mdx @@ -52,18 +52,18 @@ Selectmenu provides a variety of tools to help with styling, including pseudo-se ### Styling parts of the control -One way to style the control to match your requirements is to use the CSS `::part()` pseudo-element to select the different parts within the control's anatomy that you wish to style. +One way to style the control to match your requirements is to use the CSS `::behavior()` pseudo-element, newly introduced for the selectmenu element, to select the different parts within the control's anatomy that you wish to style. ```html