pabsttheater / pabstetix

Issue Tracking for pabsttheater.org
0 stars 0 forks source link

Low Ticket Alert field should reflect user-entered html #6

Closed sarandi closed 6 years ago

sarandi commented 6 years ago

Specifically - Bold and Italic elements don't render as such because they have been overridden in the style reset.

sarandi commented 6 years ago

.rhino-lowticket-alert strong, p strong { font-weight: bold; } / selectors cascade higher than theme reset /

.rhino-lowticket-alert i, p i { font-weight: inherit; font-style: italic; } / same idea with selectors, but we need the i element to inherit any weight while setting style to italic /