Skip to content

Commit

Permalink
Remove "display: none;" from CSS for reactionsmenu.
Browse files Browse the repository at this point in the history
Because it's now applied as part of reactionsmenu code.

Follows shurcooL/frontend@e6633c2.
  • Loading branch information
dmitshur committed Mar 22, 2018
1 parent a9ab4dc commit 5b50389
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion _data/blog/style.css
Expand Up @@ -132,7 +132,6 @@ div.rm-reaction:hover {

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

background-color: white;
Expand Down
1 change: 0 additions & 1 deletion _data/idiomaticgo/style.css
Expand Up @@ -121,7 +121,6 @@ div.rm-reaction:hover {

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

background-color: white;
Expand Down

0 comments on commit 5b50389

Please sign in to comment.