From 66c833f9ab3f6374b8ebe8d743d65c29850cdbd2 Mon Sep 17 00:00:00 2001 From: Thomas Bracht Laumann Jespersen Date: Sat, 8 Sep 2018 19:50:10 +0000 Subject: [PATCH] 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). --- scss/cgit.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scss/cgit.scss b/scss/cgit.scss index a20066c..3586e43 100644 --- a/scss/cgit.scss +++ b/scss/cgit.scss @@ -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 { -- 2.38.4