Would you be able to provide more information for the bug? When you're creating the theme based on Raw, are you changing the card-heading-bg? There are variations as to how different combinations may work, as a base Raw sets the card-heading to inherit from its parent, it may be inheriting a color based on its parent and is same as the background color, causing it not to be seen. If you can give us a better understanding of how you're using it, perhaps we can put into Raw a variable that might better suit its purpose. Attach screenshots or even the theme itself you created would be super helpful.
-- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: mahara-contributors https://bugs.launchpad.net/bugs/1933940 Title: Raw Resume views are not displaying headers Status in Mahara: New Bug description: When creating a theme based On RAW than the view with entries from the resume won't show up. The card titles are not displaying. To fix that two lines have to be copied from default Theme to RAW Theme or to the Theme based on Raw /* From Default - visibility of header in cards accordion */ .card-header a:not(.secondary-link),.collapsible legend a:not(.secondary-link) { color:#556d32; } .card-header a:not(.secondary-link).collapsed,.collapsible legend a:not(.secondary-link).collapsed { background-color:transparent; color:#475c2a; } /* End Default */ To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1933940/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~mahara-contributors Post to : [email protected] Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp

