Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[WebProfilerBundle] Fix theme settings#29184
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
ro0NL commentedNov 12, 2018
| @@ -1,6 +1,6 @@ | |||
| <style> | |||
| #open-settings { | |||
| color:var(--text-muted); | |||
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.
udefined var
ro0NL commentedNov 12, 2018 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Seems it fixes#28935 as well :) |
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/settings.html.twig OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
javiereguiluz left a comment
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.
I've just tested this in a 4.2-beta1 app and it worked perfectly! Thanks a lot Roland.
nicolas-grekas commentedNov 12, 2018
Thank you@ro0NL. |
This PR was squashed before being merged into the 4.2-dev branch (closessymfony#29184).Discussion----------[WebProfilerBundle] Fix theme settings| Q | A| ------------- | ---| Branch? | master| Bug fix? | yes| New feature? | no| BC breaks? | no <!-- seehttps://symfony.com/bc -->| Deprecations? | no| Tests pass? | yes <!-- please add some, will be required by reviewers -->| Fixed tickets |symfony#28932symfony#28935| License | MIT| Doc PR | symfony/symfony-docs#... <!-- required for new features -->Commits-------8fbe85c [WebProfilerBundle] Fix theme settings

Uh oh!
There was an error while loading.Please reload this page.