Skip to content

Commit

Permalink
minor #34174 [TwigBundle][exception] Added missing css variable to hi…
Browse files Browse the repository at this point in the history
…ghlight line in trace (lyrixx)

This PR was merged into the 4.3 branch.

Discussion
----------

[TwigBundle][exception] Added missing css variable to highlight line in trace

| Q             | A
| ------------- | ---
| Branch?       | 4.3
| Bug fix?      | yes
| New feature?  | no
| Deprecations? | no
| Tickets       |
| License       | MIT
| Doc PR        |

---

To get the yellow background
![image](https://user-images.githubusercontent.com/408368/67779323-c331b880-fa64-11e9-9a2f-97730a89a6d6.png)

Commits
-------

5f19501 [TwigBundle][exception] Added missing css variable to highlight line in trace
  • Loading branch information
yceruto committed Oct 29, 2019
2 parents 2326f28 + 5f19501 commit 2b0a579
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -28,6 +28,7 @@
--shadow: 0px 0px 1px rgba(128, 128, 128, .2);
--border: 1px solid #e0e0e0;
--background-error: var(--color-error);
--trace-selected-background: #F7E5A1;
--highlight-comment: #969896;
--highlight-default: #222222;
--highlight-keyword: #a71d5d;
Expand Down

0 comments on commit 2b0a579

Please sign in to comment.