Skip to content

Commit 52bd6f0

Browse files
committed
add cursor help
1 parent 3a7ade7 commit 52bd6f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

playground/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
tbody tr { transition: background .15s; }
5353
tbody tr:nth-child(even) { background: #f0f0f5; }
5454
tbody tr:hover { background: #e4e4ef; }
55-
.val-cell { font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace; font-size: .75rem; color: #444; max-width: 280px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
55+
.val-cell { cursor: help; font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace; font-size: .75rem; color: #444; max-width: 280px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
5656
.duration-cell { font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace; font-size: .75rem; color: #666; text-align: right; white-space: nowrap; }
5757
details { margin-top: .5rem; }
5858
summary { cursor: pointer; font-weight: 600; color: #666; font-size: .8125rem; }

0 commit comments

Comments
 (0)