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 f0cac47

Browse filesBrowse files
authored
Be explicit about transparent background color of links in toolbar
1 parent bc87acd commit f0cac47
Copy full SHA for f0cac47

File tree

Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
.sf-toolbar-block > a:hover {
101101
display: block;
102102
text-decoration: none;
103+
background-color: transparent;
103104
color: inherit;
104105
}
105106

@@ -238,6 +239,7 @@ div.sf-toolbar .sf-toolbar-block a:hover {
238239
padding: 0 10px;
239240
}
240241
.sf-toolbar-block-request .sf-toolbar-info-piece a {
242+
background-color: transparent;
241243
text-decoration: none;
242244
}
243245
.sf-toolbar-block-request .sf-toolbar-info-piece a:hover {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.