diff --git a/.changeset/purple-ears-happen.md b/.changeset/purple-ears-happen.md new file mode 100644 index 00000000000..657dd7f71ce --- /dev/null +++ b/.changeset/purple-ears-happen.md @@ -0,0 +1,5 @@ +--- +'@shopify/polaris': patch +--- + +Removed data attribute css from legacy polyfill diff --git a/polaris-react/src/components/Tooltip/components/TooltipOverlay/TooltipOverlay.scss b/polaris-react/src/components/Tooltip/components/TooltipOverlay/TooltipOverlay.scss index bcc5b7c0436..b0715ea6982 100644 --- a/polaris-react/src/components/Tooltip/components/TooltipOverlay/TooltipOverlay.scss +++ b/polaris-react/src/components/Tooltip/components/TooltipOverlay/TooltipOverlay.scss @@ -57,9 +57,3 @@ @include focus-ring($style: 'focused'); } } - -// stylelint-disable-next-line selector-max-attribute -- generated by polaris-migrator DO NOT COPY -[data-polaris-tooltip-activator][data-focus-visible-added] { - // stylelint-disable-next-line -- generated by polaris-migrator DO NOT COPY - @include focus-ring($style: 'focused'); -}