-
Notifications
You must be signed in to change notification settings - Fork 759
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
fix: move color settings from firewall_schedule_edit.php to theme #2407
fix: move color settings from firewall_schedule_edit.php to theme #2407
Conversation
|
@marjohn56 if this gets merged, you will have to update your theme plugins. |
…rz/core into fix_firewall_schedule_edit.php
|
OK. Will do so when it's merged and I can test. |
|
I have to take a look also at René's themes, he has forwarded them to me to PR, I'll try and do all three over the next few days. |
|
thanks. but merge conflict ? |
|
@fichtner you changed the same line in the file - it is already fixed. If you do a squashed merge, it will be gone. |
|
You're right, thanks for the hint and the submission. 👍 |
|
@fichtner which sass do you use for compiling, because it changed so many lines by moving brackets? sass -v
Sass 3.5.5 (Bleeding Edge) |
|
it was @AdSchellevis's change, don't know |
|
|
https://sass-lang.com/dart-sass seems to be the primary implementation, which is what homebrew installs |
|
OK, I use the ruby one: https://sass-lang.com/ (reference implementation) |
|
update: it was it, now it seems to be unmaintained for the dart one. |
|
ok, so, the dart version is what we should use then, isn't it? |
|
probably the c wrapper would fit well and it uses the original library which is also used for most programming languages: https://github.com/sass/sassc |
|
let's stick with what the sass manual advises then :) |
) (cherry picked from commit 435f2fa)
No description provided.