You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've included this in the link-resets here, by targeting it specifically inside mso-comments it can fix the links only for windows Outlook. Hate reseting link styling then overriding it inline to get the styling I want 😡
As the title says, Windows 10 Mail will underline links by default, even when
text-decoration: none;
has been specified inline.This can cause particular issues with buttons.
To over-ride this behaviour I've found adding a reset CSS style will stop this
a { text-decoration: none; }
Links with
text-decoration: underline;
inline will be underlined as expected still.The text was updated successfully, but these errors were encountered: