silverstripe / cwp-watea-theme

A more visually appealing example for starting a theme for a CWP website.
BSD 3-Clause "New" or "Revised" License
13 stars 16 forks source link

PDF Export button gets an extra PDF icon #158

Open maxime-rainville opened 1 year ago

maxime-rainville commented 1 year ago

The CW-PDFexport module adds a "Export PDF" button. The module caches the PDF so the next user can just get the cached PDF version. When the PDF is already cached, the URL ends with ".PDF" which triggers some CSS to add a PDF icon next to the button which looks weird.

image

Here's the applicable CSS rule.

image

maxime-rainville commented 1 year ago

The actual problem is in starter I think https://github.com/silverstripe/cwp-starter-theme/blob/752809503378051515b5343fd5dd29901e65a75b/src/scss/typography.scss#L279-L287