1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-07-24 18:22:03 +02:00

TWeak tab text size

This commit is contained in:
Barry vd. Heuvel
2025-02-21 15:37:47 +01:00
parent 3f589bbbae
commit 0a3f554388

View File

@@ -282,7 +282,7 @@ a.phpdebugbar-tab.phpdebugbar-active {
color: var(--debugbar-active-text); color: var(--debugbar-active-text);
} }
a.phpdebugbar-tab .phpdebugbar-text { a.phpdebugbar-tab .phpdebugbar-text {
font-size: 14px; font-size: 15px;
} }
a.phpdebugbar-tab span.phpdebugbar-badge { a.phpdebugbar-tab span.phpdebugbar-badge {
display: none; display: none;