mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 18:30:08 +00:00
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;
|
color: purple;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:link,*, :visited * {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
/* should never happen */
|
/* should never happen */
|
||||||
:link:visited {
|
:link:visited {
|
||||||
color: red;
|
color: red;
|
||||||
|
Loading…
Reference in New Issue
Block a user