Fixed dialog theme inheritance (issue 1375)#2108
Conversation
|
Thanks! I could be wrong, but I believe this is fixed in Master as of today. Can you confirm, and if so, would you mind resubmitting your pull with just the unit tests? thanks! |
|
Appreciate the update. The new page.sections has chanced the precedence rules for the header/footer inheritance. This is causing my tests to fail so I want to verify what the expected precedence order should be. Previously, the header theme precedence was:
Currently, the header theme precedence is (2 & 3 are now swapped):
What's the expected theme precedence? Thanks, From: scottjehl reply@reply.github.com Thanks! I could be wrong, but I believe this is fixed in Master as of today. Can you confirm, and if so, would you mind resubmitting your pull with just the unit tests? thanks! Reply to this email directly or view it on GitHub: |
Users can now override the dialog's theme with data-theme attributes.