-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CRM-21095: Make status messages work with Backdrop core CSS #41
Conversation
Looks good to me. |
Actually @laryn a more "civi-ish" way to add the css would be to add this function to the Note that you'd be overriding the existing implementation so you'd need to decide whether that drupal.js file is still needed in backdrop or not and call the parent function if so. |
@colemanw
|
Yes. Although the drupal.js might not be relevant to Backdrop - it only contains a D7-specific hack and a D8 hack. |
@colemanw I will make an alternative PR over at civicrm-core and post back here. |
Yeah, seems like we can drop crm.drupal.js. Those selectors don't exist in Backdrop. Though we might want a separate PR to make the Backdrop admin bar play nice with the CiviCRM admin bar. Prevent the dropdown menus from opening behind the CiviCRM menu. |
https://issues.civicrm.org/jira/browse/CRM-21095