Skip to content

Commit 9b58fd9

Browse files
committed
set cursor to pointer when over and expandable exception
1 parent 6dfd0ee commit 9b58fd9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

css/app.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ span.exception {
5252
span.exceptionRow {
5353
display: inline-block;
5454
width: 100%;
55+
cursor: pointer;
56+
}
57+
58+
span.exceptionRow * {
59+
cursor: inherit;
5560
}
5661

5762
span.exceptionRow.retracted::after, span.exceptionRow.expanded::after {

0 commit comments

Comments
 (0)