Fix styling of Apple data-detectors in newsletters

The existing style was not properly targetting the links Apple inject when (wrongly, in this case) detecting phone numbers in newsletters.

This has no effect in any other platform or device.
The numbers are still clickable, couldn't fine a way to disable the functionality completely (tried the `format-detection` meta tag with no luck), but at least the styles are not changed anymore.

I tested this on iPhone and iPad and you can see how it looks before and after the change below.
This commit is contained in:
Jesus Laiz 2020-10-21 11:47:04 +01:00
parent 14b98a32e0
commit 2ac5c35065
2 changed files with 4 additions and 4 deletions

View file

@ -521,7 +521,7 @@
line-height: 100%; line-height: 100%;
} }
.apple-link a { a[x-apple-data-detectors] {
color: inherit !important; color: inherit !important;
font-family: inherit !important; font-family: inherit !important;
font-size: inherit !important; font-size: inherit !important;

View file

@ -521,7 +521,7 @@
line-height: 100%; line-height: 100%;
} }
.apple-link a { a[x-apple-data-detectors] {
color: inherit !important; color: inherit !important;
font-family: inherit !important; font-family: inherit !important;
font-size: inherit !important; font-size: inherit !important;