#7646 closed enhancement (fixed)
Email text link colors should be separately configurable
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.0 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Emails | Keywords: | needs-patch good-first-bug |
| Cc: |
Description
Currently, email text link color is set to highlight_color. Because of the weird dance of bp_email_add_link_color_to_template(), the only way to make the link color something other than highlight_color is to hook your own version of bp_email_add_link_color_to_template().
I suggest having link_color be a separate item that can be configured by filtering the 'email_appearance_settings' bp_parse_args() hooks. If link_color is not set explicitly, it can fall back on highlight_color.
Change History (2)
Note: See
TracTickets for help on using
tickets.
In 11891: