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:
@@ -8,6 +8,10 @@
|
||||
color: purple;
|
||||
}
|
||||
|
||||
:link,*, :visited * {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/* should never happen */
|
||||
:link:visited {
|
||||
color: red;
|
||||
|
||||
Reference in New Issue
Block a user