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

Remove "display: none;" from CSS for reactionsmenu.

Because it's now applied as part of reactionsmenu code.

Follows shurcooL/frontend@e6633c2dc9c5d0f64511d5f12b86b0a331ef6cad.
dmitshur committed 6 years ago commit 1843ba1c6e5cb8b7c1e1fa552b574d573e9b953c
Collapse all
_data/style.css
@@ -308,11 +308,10 @@ div.rm-reaction:hover {
	background-color: #92def9;
}

div#rm-reactions-menu {
	position: absolute;
	display: none;
	z-index: 1000;

	background-color: white;
	border: 1px solid lightgray;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .12);