mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
stylo: Honor the relevant link visited pref.
MozReview-Commit-ID: D5NiEJUpONQ
This commit is contained in:
parent
04e855c38d
commit
9b2d96f7e7
5 changed files with 20 additions and 2 deletions
|
@ -117,6 +117,9 @@ pub struct SharedStyleContext<'a> {
|
|||
/// The CSS selector stylist.
|
||||
pub stylist: &'a Stylist,
|
||||
|
||||
/// Whether visited styles are enabled.
|
||||
pub visited_styles_enabled: bool,
|
||||
|
||||
/// Configuration options.
|
||||
pub options: StyleSystemOptions,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue