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 265bb5f

Browse filesBrowse files
committed
bug #20243 [WebProfilerBundle][btn-link] add cursor: pointer (aitboudad)
This PR was merged into the 2.8 branch. Discussion ---------- [WebProfilerBundle][btn-link] add `cursor: pointer` | Q | A | ------------- | --- | Branch? | 2.8 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | ~ | License | MIT | Doc PR | ~ Commits ------- 4f31dec [WebProfilerBundle][btn-link] add `cursor: pointer`
2 parents 5b566da + 4f31dec commit 265bb5f
Copy full SHA for 265bb5f

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/profiler.css.twig
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ button {
133133
outline: none;
134134
border: 0;
135135
padding: 0;
136+
cursor: pointer;
136137
}
137138
.btn-link:hover {
138139
text-decoration: underline;

0 commit comments

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