dmitri.shuralyov.com/app/changes/...

Move cursor to div.rm-reaction.

This is a better location for setting the cursor. It fixes the problem
where the cursor was a pointer even when hovering over the empty space
where there's no reaction icon but blank space (when filter leaves fewer
reactions than the entire space for showing them).
dmitshur committed 6 years ago commit 41ecddcb8358f8693b42564eea2435fed3a7289a
Collapse all
_data/style.css
@@ -300,10 +300,11 @@ span.rm-large {

div.rm-reaction {
	display: inline-block;
	padding: 4px;
	border-radius: 4px;
	cursor: pointer;
}
div.rm-reaction:hover {
	background-color: #92def9;
}

@@ -333,11 +334,10 @@ input.rm-reactions-filter {
	box-sizing: border-box;
}
div.rm-reactions-results {
	overflow-y: scroll;
	height: 300px;
	cursor: pointer;
}
div.rm-reactions-preview {
	height: 44px;
	margin-top: 10px;
	/*background-color: #eeeeee;*/