Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d2f2e56

Browse filesBrowse files
committed
Fix dark themed componnents
1 parent bbad6e8 commit d2f2e56
Copy full SHA for d2f2e56

File tree

2 files changed

+3
-0
lines changed
Filter options

2 files changed

+3
-0
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/messenger.html.twig
+1Lines 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

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/profiler.css.twig
+2Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.