On 4 Dec 2017, 11:12 AM +0800, Richard Hipp <d...@sqlite.org>, wrote:
> On 12/3/17, Steve Landers <st...@digitalsmarties.com> wrote:
> > The llnk for draft1 is https://www.fossil-scm.org/fossil/draft1/timeline
>
> At https://www.fossil-scm.org/fossil/draft1/timeline?c=106fe6 the
> yellow highlight color only covers the date and the graph, not the comment.

That’s right, I like every commit in the branch to have the same color for 
consistency.  I also don’t like suits with horizontal pin-stripes, but each to 
their own. https://imgur.com/6ClhiKR

If the entire highlighted commit should be yellow then the background CSS can 
be made conditional

 td.timelineModernCell : not (.timelineSelected) {
   background-color: #f8f8f8;
 }

I’ve done this on draft1 for now, clear cache + refresh.

Steve

_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to