christianwach / civicrm-admin-utilities

CiviCRM Admin Utilities is a WordPress plugin that modifies and enhances CiviCRM's appearance and behaviour in single site and multisite WordPress installs.
https://wordpress.org/plugins/civicrm-admin-utilities/
GNU General Public License v2.0
20 stars 10 forks source link

Differentation between primary and non-primary data #26

Closed andyburnsco closed 2 years ago

andyburnsco commented 2 years ago

On the stock civi theme (Greenwich), the bold is used to differentiate between what is a primary email/phone/address vs. non-primary.

However, CAU bolds all labels removing that differentiation. I do like the bold labels look so I wouldn't want to just remove that to achieve this: https://github.com/christianwach/civicrm-admin-utilities/blob/master/assets/css/civicrm-admin-utilities-admin.css#L5270

I took a look at what the Shoreditch theme is doing and they are staring the primary: Untitled

FWIW, Raiser's Edge NXT does the same star method.

christianwach commented 2 years ago

I'll look into it @andyburnsco - but since the primary email/phone/address is always at the top of the stack, I see this as an enhancement of only marginal utility.

andyburnsco commented 2 years ago

Good to know about the top of the stack functionality but that's not clear to end-users.

christianwach commented 2 years ago

Fixed in #27