mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
style: Add MozNativevisitedhyperlinktext color, use it to style visited links
Differential Revision: https://phabricator.services.mozilla.com/D120657
This commit is contained in:
parent
e617ece91e
commit
9b070745c9
1 changed files with 4 additions and 0 deletions
|
@ -374,6 +374,10 @@ pub enum SystemColor {
|
|||
/// colors.
|
||||
MozNativehyperlinktext,
|
||||
|
||||
/// As above, but visited link color.
|
||||
#[css(skip)]
|
||||
MozNativevisitedhyperlinktext,
|
||||
|
||||
#[parse(aliases = "-moz-hyperlinktext")]
|
||||
Linktext,
|
||||
#[parse(aliases = "-moz-activehyperlinktext")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue