On Nov 29, 2017, at 7:26 AM, Richard Hipp <d...@sqlite.org> wrote:
> 
> The "selected entry" highlighting, such as seen here:
> 
>    https://www.fossil-scm.org/fossil/timeline?c=trunk
> 
> Still looks goofy in the Modern View, especially using Edge.  Your
> help in fixing that problem will be much appreciated.

It’s applying the style to the containing <tr> rather than to the <td> that 
most of the recent changes have been targeting.  If you move the 
timelineSelected class to the td.timeline*Cell element [*] and get rid of the 
padding style override, I think it will give you the result you were expecting:

    https://imgur.com/a/TEWjA

[*] To be clear, that means the <td> element ends up with two classes.
_______________________________________________
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