Skip to content

Commit b374637

Browse files
Merge branch '6.4' into 7.0
* 6.4: Sync .github/expected-missing-return-types.diff [WebProfilerBundle] Fix the design of the compact toolbar button [AssetMapper] Improve link generation script fix merge consistently use dates in UTC in Doctrine connection tests Add missing Chinese(zh_TW) translations [Intl] [Emoji] Fix emoji files (remove wrong characters / add missing data) [Translation] Crowdin Bridge: use the project language mapping [VarExporter] Nitpicking in README.md [DoctrineBridge] Adapt deprecation message to include ODM bundle attribute name Added missing Serbian (sr_Cyrl) translation [Validator] Add missing Serbian translation [Validator] Add missing arabic translation [Validator] updated Albanian translation [Clock] Fix calling `mockTime()` in `setUpBeforeClass()`
2 parents 9d6c9d7 + 38462d1 commit b374637

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Resources/views/Profiler/toolbar.css.twig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@
4747
}
4848

4949
.sf-minitoolbar {
50+
--sf-toolbar-gray-800: #262626;
51+
5052
background-color: var(--sf-toolbar-gray-800);
5153
border-top-left-radius: 4px;
5254
bottom: 0;
@@ -66,6 +68,8 @@
6668
}
6769
.sf-minitoolbar svg,
6870
.sf-minitoolbar img {
71+
--sf-toolbar-gray-200: #e5e5e5;
72+
6973
color: var(--sf-toolbar-gray-200);
7074
max-height: 24px;
7175
max-width: 24px;

0 commit comments

Comments
 (0)