This weekends update seems to have changed all the styles to include a font-weight:bold when assigning css classes to the request list. Can this be reverted as it makes it difficult to read.
Looking at the CSS file for servicemanager.css it seems to be the block from line 373 to 383
/* Default background highlight which will be applied for use in high contrast mode, light and dark will use overrides below */
.sm-requests-list .requestlist-row .is-customer-updated-1-aliceblue,
.sm-requests-list .requestlist-row .is-customer-updated-1-beige,
.sm-requests-list .requestlist-row .is-customer-updated-1-blanchedalmond,
.sm-requests-list .requestlist-row .is-customer-updated-1-honeydew,
.sm-requests-list .requestlist-row .is-customer-updated-1-khaki,
.sm-requests-list .requestlist-row .is-customer-updated-1-lightcyan,
.sm-requests-list .requestlist-row .is-customer-updated-1-lightyellow,
.sm-requests-list .requestlist-row .is-customer-updated-1-paleturquoise,
.sm-requests-list .requestlist-row .is-customer-updated-1-white {
background-color: var(--unread-indicator);
font-weight: bold;
}
Thanks