We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi!
At the moment, when you click on the e-mail subject (in e-mail listing area), it does not marked as read - it's always in bold text.
It would be very user-friendly to add some CSS to style :visited links
:visited
/* visited link */ a:visited { // styles here }
In current code the subject is rendered via span tag:
span
<span class="subject unread ng-binding">e-Mail subject here</span>
My suggestion is to replace/insert inside <a> tag with any :visited CSS styling.
<a>
The text was updated successfully, but these errors were encountered:
Thanks @fruit, I'll have a look
Sorry, something went wrong.
No branches or pull requests
Hi!
At the moment, when you click on the e-mail subject (in e-mail listing area), it does not marked as read - it's always in bold text.
It would be very user-friendly to add some CSS to style
:visited
linksIn current code the subject is rendered via
span
tag:My suggestion is to replace/insert inside
<a>
tag with any:visited
CSS styling.The text was updated successfully, but these errors were encountered: