thank you so much for this! it is really contributing hugely to my increased use of DW.
two things:
first, for anyone else who has the thing set where on reading pages, the comment count gets appended to the comment link, you need to add this to the custom CSS so that it will change color when visited:
ul.entry-interaction-links a:visited, ul.entry-management-links a:visited { color: (your color here); }
this appears to be a thing in the base style here.
second, is it possible to force the comment buttons to be as wide as their text? this is what I'm seeing on mobile replying to a top-level comment in Chrome on Android https://photos.app.goo.gl/hLnF5Tfq5WNXKCeS9
no subject
two things:
first, for anyone else who has the thing set where on reading pages, the comment count gets appended to the comment link, you need to add this to the custom CSS so that it will change color when visited:
ul.entry-interaction-links a:visited, ul.entry-management-links a:visited { color: (your color here); }
this appears to be a thing in the base style here.
second, is it possible to force the comment buttons to be as wide as their text? this is what I'm seeing on mobile replying to a top-level comment in Chrome on Android https://photos.app.goo.gl/hLnF5Tfq5WNXKCeS9
thanks so much!