Skip to content

Commit 265bb5f

Browse files
committed
bug symfony#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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
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)