~edwargix/git.sr.ht

66c833f9ab3f6374b8ebe8d743d65c29850cdbd2 — Thomas Bracht Laumann Jespersen 6 years ago 4eeef3a
Add back tag-deco for non-annotated tags

In 1caa76776ea0e96709bdf1f94a7da9f8b7fa2f35 the a.tag-deco class was
removed in favour of a.tag-annotated-deco. However, it seems that cgit
has just added a distinction between annotated and non-annotated tags.

See

    https://git.sr.ht/~laumann/redshift-rs/

for an example (specifically the v0.1.1 tag).
1 files changed, 2 insertions(+), 0 deletions(-)

M scss/cgit.scss
M scss/cgit.scss => scss/cgit.scss +2 -0
@@ 643,6 643,7 @@ div#cgit a.branch-deco {
	border: solid 1px #007700;
}

div#cgit a.tag-deco,
div#cgit a.tag-annotated-deco {
	color: #000;
	margin: 0px 0.5em;


@@ 668,6 669,7 @@ div#cgit a.deco {
}

div#cgit div.commit-subject a.branch-deco,
div#cgit div.commit-subject a.tag-deco,
div#cgit div.commit-subject a.tag-annotated-deco,
div#cgit div.commit-subject a.remote-deco,
div#cgit div.commit-subject a.deco {