8000 bug #30999 Fix dark themed componnents (ro0NL) · symfony/symfony@0d786d3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0d786d3

Browse files
committed
bug #30999 Fix dark themed componnents (ro0NL)
This PR was merged into the 4.2 branch. Discussion ---------- Fix dark themed componnents | Q | A | ------------- | --- | Branch? | 4.2 | Bug fix? | yes | New feature? | no | BC breaks? | no <!-- see https://symfony.com/bc --> | Deprecations? | yes/no <!-- don't forget to update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tests pass? | yes <!-- please add some, will be required by reviewers --> | Fixed tickets | #... <!-- #-prefixed issue number(s), if any --> | License | MIT | Doc PR | symfony/symfony-docs#... <!-- required for new features --> Small follow up of #30860 ![image](https://user-images.githubusercontent.com/1047696/55705391-f5070300-59de-11e9-8d7e-195ea74d17c3.png) see #29194 (comment) ___ ![image](https://user-images.githubusercontent.com/1047696/55705263-b40eee80-59de-11e9-9503-ba4adf64857c.png) see #29194 (comment) Commits ------- d2f2e56 Fix dark themed componnents
2 parents bbad6e8 + d2f2e56 commit 0d786d3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/messenger.html.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
5959
.message-item tbody.sf-toggle-content.sf-toggle-visible { display: table-row-group; }
6060
td.message-bus-dispatch-caller { background: #f1f2f3; }
61+
.theme-dark td.message-bus-dispatch-caller { background: var(--base-1); }
6162
</style>
6263
{% endblock %}
6364

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/profiler.css.twig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,6 +1020,8 @@ table.logs .metadata {
10201020
display: block;
10211021
font-size: 12px;
10221022
}
1023+
.theme-dark tr.status-error td,
1024+
.theme-dark tr.status-warning td { border-bottom: unset; border-top: unset; }
10231025

10241026
{# Doctrine panel
10251027
========================================================================= #}

0 commit comments

Comments
 (0)
0