Am i walking into a bug or is it just me.
I can’t seem to get the webstyle to work on a WebLink.
Setting the webstyle properties for normal, hover, clicked etc. to white text color is not making my links show white. Instead, they show up as blue, as we would normally see links.
Anyone knows how i can get this working, the WebStyle way (2016R2)?
I think it got broken when they added the !important to damn near everything.
Did you try overriding it with javascript style injections? I think that still works.
[quote=278311:@Tim Parnell]I think it got broken when they added the !important to damn near everything.
Did you try overriding it with javascript style injections? I think that still works.[/quote]
Chrome does the same thing as Safari.
Firefox now overrides the color based on user preferences.
FWIW, this has nothing to do with the !important change we made. In fact, user styles are the ones being marked as important in this case and still they are unable to replace the browser overrides.
Ah, I was using Chrome. It is easy to gain the impression that this is a bug if you just leave the feedback report open and verified without further comment (ah, I see you added a comment and closed it today). Also a note in the documentation could go a long way. Thanks for clearing that up.