Skip to content

Commit 46c19a2

Browse files
Add hover animation for diagnostics summary
1 parent 8e78ff1 commit 46c19a2

File tree

1 file changed

+1
-0
lines changed
  • actionpack/lib/action_dispatch/middleware/templates/rescues

1 file changed

+1
-0
lines changed

actionpack/lib/action_dispatch/middleware/templates/rescues/layout.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@
191191
overflow-wrap: break-word;
192192
}
193193
a:hover, a.trace-frames.selected { color: #C00; }
194+
a.summary:hover { color: #FFF; }
194195

195196
@media (prefers-color-scheme: dark) {
196197
body {

0 commit comments

Comments
 (0)