mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 16:32:59 +00:00
Style links with :link and :visited since on slow builds, history may already have notified that they are visited. (Bug 572576) r=dbaron
This commit is contained in:
parent
410ceb5406
commit
6234a3d3ac
@ -8,7 +8,7 @@
|
||||
a {
|
||||
fill: blue;
|
||||
}
|
||||
a:link {
|
||||
a:link, a:visited {
|
||||
fill: red;
|
||||
}
|
||||
]]>
|
||||
|
Before Width: | Height: | Size: 560 B After Width: | Height: | Size: 571 B |
@ -11,7 +11,7 @@
|
||||
a {
|
||||
fill: blue;
|
||||
}
|
||||
a:link {
|
||||
a:link, a:visited {
|
||||
fill: red;
|
||||
}
|
||||
]]>
|
||||
|
Before Width: | Height: | Size: 892 B After Width: | Height: | Size: 903 B |
Loading…
Reference in New Issue
Block a user