Just noticed a little bug when "remove core css" is turned on and overlay is turned on. Since the overlay is controlled with the style sheet from the module, we need to exclude "modules/overlay/overlay-parent.css" from being unset.
Here's a little patch which I did to make it work but feel free to use it, change it, whatever - I'm not a pro at Drupal contributing, yet. ;)
| Comment | File | Size | Author |
|---|---|---|---|
| aurora-remove_core_css-overlay.patch | 435 bytes | Anonymous (not verified) |
Comments
Comment #1
Snugug commentedI'm not going to commit this patch as this works as designed. If you would like to add specific pieces of Core CSS back in, use drupal_add_css in your template.php file where needed.