Hi Guys,
I believe there is some minor issue with the CSS on one drive user detail page.
E.g. visit this appending https in start of link :
onedrive.uservoice.com/users/55525864-angus-logan
When I visit this page, user name was not showing at all, then being a IT professional I investigated this and I found some wrong CSS on the user detail page with the below CSS :
.uvCustomLink-color, a, .uvHelp, .uvTabSelect, .uvTab-dropdown .uvFieldPlaceholder, .uvModule-session .vcard .uvRememberMe a, .uvModule-session .uvModuleSection-signin a, .uvBreadcrumbs, .uvStyle-linkArrow{
color: #FFF;
}
So, color is set to #fff, need to update this CSS so that users can view their name at least.