comparison tests/test-hgweb-commands.t @ 29387:6b77adc2c7b5

hgweb: highlight data of the current revision in annotate view * Distinguish the /annotate/<revision>/<file>#<linenumber> link when it would lead to the current page (i.e. <revision> is the current revision) (style it gray and undecorated). This indicates more clearly that this is a "dead-end" in blame navigation. * Display lines changed in current revision in green.
author Denis Laxalde <denis.laxalde@logilab.fr>
date Thu, 02 Jun 2016 16:26:50 +0200
parents 06ae7a6daad0
children 849b8e84487e
comparison
equal deleted inserted replaced
29386:63fad6235369 29387:6b77adc2c7b5
1955 text-align: right; } 1955 text-align: right; }
1956 .plusline { color: green; } 1956 .plusline { color: green; }
1957 .minusline { color: red; } 1957 .minusline { color: red; }
1958 .atline { color: purple; } 1958 .atline { color: purple; }
1959 .annotate { font-size: smaller; text-align: right; padding-right: 1em; } 1959 .annotate { font-size: smaller; text-align: right; padding-right: 1em; }
1960 tr.thisrev a { color:#999999; text-decoration: none; }
1961 tr.thisrev pre { color:#009900; }
1960 .buttons a { 1962 .buttons a {
1961 background-color: #666; 1963 background-color: #666;
1962 padding: 2pt; 1964 padding: 2pt;
1963 color: white; 1965 color: white;
1964 font-family: sans-serif; 1966 font-family: sans-serif;