8000 Explicit tab controls’ color as they can be buttons · symfony/symfony@1ba8702 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1ba8702

Browse files
committed
Explicit tab controls’ color as they can be buttons
1 parent ba94e95 commit 1ba8702

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1463,6 +1463,7 @@ tr.status-warning td {
14631463
}
14641464
.tab-navigation .tab-control {
14651465
background: transparent;
1466+
color: inherit;
14661467
border: 0;
14671468
box-shadow: none;
14681469
transition: box-shadow .05s ease-in, background-color .05s ease-in;
@@ -1779,5 +1780,4 @@ body.width-full .container {
17791780
}
17801781
@media (min-width: 1200px) {
17811782
body.width-full .container { margin: 0 30px; }
1782-
}
1783-
1783+
}

0 commit comments

Comments
 (0)
0