Forum Discussion
288088
Feb 27, 2020Copper Contributor
Sharepoint list in Microsoft Edge wont show Backgroundcolor
So I got this weird problem.. in IE and google chrome this works perfectly and all background colours in view formatting works. But when i'm in Microsoft Edge it will only display the background color of an object when i'm hovering over the object with my mouse..
In microsoft edge, only show green when hovering over with mouse:
In google chrome and IE it works perfectly, should show backgroundcolor at all time:
{
"schema": "https://developer.microsoft.com/json-schemas/sp/view-formatting.schema.json",
"additionalRowClass": "=if([$Status] == 'Inte tilldelad', 'sp-css-backgroundColor-blockingBackground50', if([$Status] == 'Tilldelad', 'sp-css-backgroundColor-warningBackground30', if([$Status] == 'Pågående', 'sp-css-backgroundColor-warningBackground', if([$Status] == 'Tekniker klar', 'sp-css-backgroundColor-successBackground50',if([$Status] == 'Överlämnat', 'sp-css-backgroundColor-successBackground50', if([$Status] == 'Tilldelad', 'sp-css-backgroundColor-warningBackground30', if([$Status] == 'Pågående', 'sp-css-backgroundColor-warningBackground', if([$Status] == 'Att göra', 'sp-css-backgroundColor-blockingBackground50', if([$Status] == 'Tilldelad', 'sp-css-backgroundColor-warningBackground30', if([$Status] == 'Pågående', 'sp-css-backgroundColor-warningBackground', if([$Status] == 'Att göra', 'sp-css-backgroundColor-blockingBackground50', ''))"
}
No RepliesBe the first to reply