-
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