mirror of
https://github.com/servo/servo.git
synced 2025-08-17 11:25:35 +01:00
style: Don't use rule cache for property-restricted pseudo-elements.
This commit is contained in:
parent
a7dd19cfb1
commit
30982b92c8
3 changed files with 21 additions and 3 deletions
|
@ -2600,7 +2600,7 @@ pub struct StyleBuilder<'a> {
|
|||
custom_properties: Option<Arc<::custom_properties::CustomPropertiesMap>>,
|
||||
|
||||
/// The pseudo-element this style will represent.
|
||||
pseudo: Option<<&'a PseudoElement>,
|
||||
pub pseudo: Option<<&'a PseudoElement>,
|
||||
|
||||
/// Whether we have mutated any reset structs since the the last time
|
||||
/// `clear_modified_reset` was called. This is used to tell whether the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue