git ssb

30+

cel / git-ssb-web



Commit e279da804093d1c3a4958b93bec995d7da77fd5b

re-added open/close states indicator for issues

austin committed on 4/25/2020, 9:51:07 PM
Parent: f4de6185a9ab8d859093c6270327cf70d43533c7

Files changed

static/styles.csschanged
static/styles.cssView
@@ -416,12 +416,13 @@
416416 .issue-state {
417417 }
418418
419419 .issue-state-open {
420 + color: green;
420421 }
421422
422423 .issue-state-closed {
423- color: black ;
424 + color: red;
424425 }
425426
426427 /* issue */
427428

Built with git-ssb-web