diff options
Diffstat (limited to 'components/layout_2020/flexbox/construct.rs')
-rw-r--r-- | components/layout_2020/flexbox/construct.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout_2020/flexbox/construct.rs b/components/layout_2020/flexbox/construct.rs index c775fccd153..cc2abc6630c 100644 --- a/components/layout_2020/flexbox/construct.rs +++ b/components/layout_2020/flexbox/construct.rs @@ -132,7 +132,7 @@ where .stylist .style_for_anonymous::<Node::ConcreteElement>( &self.context.shared_context().guards, - &style::selector_parser::PseudoElement::ServoText, + &style::selector_parser::PseudoElement::ServoAnonymousBox, &self.info.style, ), ) |