8000 Prevent toolbar links color override by css · symfony/symfony@b3dadf6 · GitHub
[go: up one dir, main page]

Skip to content

Commit b3dadf6

Browse files
committed
Prevent toolbar links color override by css
1 parent 476ef19 commit b3dadf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,11 +150,11 @@
150150
margin-bottom: 0;
151151
}
152152

153-
.sf-toolbar-block .sf-toolbar-info-piece a {
153+
div.sf-toolbar .sf-toolbar-block .sf-toolbar-info-piece a {
154154
color: #99CDD8;
155155
text-decoration: underline;
156156
}
157-
.sf-toolbar-block .sf-toolbar-info-piece a:hover {
157+
div.sf-toolbar .sf-toolbar-block .sf-toolbar-info-piece a:hover {
158158
text-decoration: none;
159159
}
160160

0 commit comments

Comments
 (0)
0