-
Bug
-
Resolution: Fixed
-
Major
-
1.9.0
-
None
-
FF & gmail
How to reproduce :
In the code HTML we have :
<div class="newsletter-content"> <div class="ametys-cms-content news view-abstract vevent withIllustration wrapper"> <h3>My title</h3></div></div>
In the styles defined in the head tag we have in that order :
.newsletter-content h3{ font-size:1.1em; } .newsletter-content .ametys-cms-content h3{ font-size:1.2em; } .newsletter-content .ametys-cms-content h3{ clear:none!important; font-size:1.3em; }
In the mailer we received that :
<h3 style="font-size:1.3em;font-size:1.2em;font-size:1.1em;">My title</h3>
- depends on
-
RUNTIME-1116 Inline CSS when sending a mail, CSS specificity must be respected
-
- Closed
-
- is duplicated by
-
NEWSLETTER-215 The style inliner should respect the css priorities rules
-
- Closed
-
[NEWSLETTER-220] The order of priority of css rules are not applied correctly on the newsletter
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Link |
New:
This issue depends on |
Link |
New:
This issue is duplicated by |
Fix Version/s | New: 1.9.0 [ 12021 ] |
Assignee | New: Thibaut Rizzi [ trizzi ] |
The property !important like :
should also be applied in priority whereas it is not.