Π·Π΅ΡΠΊΠ°Π»ΠΎ ΠΈΠ· https://github.com/mozilla/pjs.git
Bug 274471: use -moz-activehyperlinktext for πhover and :visited:hover. r=jwalden
This commit is contained in:
Π ΠΎΠ΄ΠΈΡΠ΅Π»Ρ
55e24eb3a9
ΠΠΎΠΌΠΌΠΈΡ
60557360e0
|
@ -45,7 +45,10 @@ body {
|
|||
max-width: 120ex;
|
||||
}
|
||||
|
||||
:link:hover { color: red; }
|
||||
:link:hover,
|
||||
:visited:hover {
|
||||
color: -moz-activehyperlinktext;
|
||||
}
|
||||
|
||||
a[href^="http://"]:after,
|
||||
a[href^="https://"]:after {
|
||||
|
|
|
@ -45,7 +45,10 @@ body {
|
|||
max-width: 120ex;
|
||||
}
|
||||
|
||||
:link:hover { color: red; }
|
||||
:link:hover,
|
||||
:visited:hover {
|
||||
color: -moz-activehyperlinktext;
|
||||
}
|
||||
|
||||
a[href^="http://"]:after,
|
||||
a[href^="https://"]:after {
|
||||
|
|
ΠΠ°Π³ΡΡΠ·ΠΊΠ°β¦
Π‘ΡΡΠ»ΠΊΠ° Π² Π½ΠΎΠ²ΠΎΠΉ Π·Π°Π΄Π°ΡΠ΅