Skip to content
New issue

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

Mark message as read if once opened #7

Open
fruit opened this issue Mar 30, 2015 · 1 comment
Open

Mark message as read if once opened #7

fruit opened this issue Mar 30, 2015 · 1 comment

Comments

@fruit
Copy link

fruit commented Mar 30, 2015

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 link */
a:visited {
    // styles here
}

In current code the subject is rendered via span tag:

<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.

@ian-kent
Copy link
Member

Thanks @fruit, I'll have a look

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants