forked from AuroraMiddleware/gtk
reftests: Fix underlines in link-coloring reftest
Underlines now need to be manually specified in CSS since GTK got text-decoration support.
This commit is contained in:
parent
ceab99ff2f
commit
99d4ec2676
@ -8,6 +8,10 @@
|
||||
color: purple;
|
||||
}
|
||||
|
||||
:link,*, :visited * {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/* should never happen */
|
||||
:link:visited {
|
||||
color: red;
|
||||
|
Loading…
Reference in New Issue
Block a user