-
Notifications
You must be signed in to change notification settings - Fork 61
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
#155 Allow overwriting of brand colors in flavours #346
#155 Allow overwriting of brand colors in flavours #346
Conversation
18f4675
to
860471e
Compare
377ee23
to
832645f
Compare
d021aab
to
4c0832b
Compare
5696e9a
to
b9fa4ca
Compare
832645f
to
9e5a22d
Compare
Hi @mwehr , many thanks for this PR! Generally, your solution approach is spot-on and the code is fine. You have correctly adopted the Moodle core concept to allow themes to manipulate the styles URL into Boost Union. Anyway, I have made several adjustments to better align the code with the existing codebase and to further improve the feature. In detail, I have done these changes in my "Review changes" commit:
In addition to the review of your PR, I went ahead and did the following:
I have pushed my changes to your PR branch and will now continue to write some Behat test which cover the new functionality. Cheers, |
9e5a22d
to
0da081a
Compare
…he SCSS stack, resolves moodle-an-hochschulen#788 + Documentation: Explain the SCSS stack order in the README
e9f21ef
to
d0515fe
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The tests are red, but this is only because the PR contains the $theme->settings
substring which is forbidden normally but correct in this page.
So the PR can be merged now.
Adds overwrite of brand colors for flavours.