Reaction buttons should use pointer cursor

This commit is contained in:
J. Ryan Stinnett 2019-06-27 11:19:36 +01:00
parent 15d286ed93
commit e287362a8b

View File

@ -18,6 +18,7 @@ limitations under the License.
font-size: 16px;
padding: 6px;
user-select: none;
cursor: pointer;
transition: transform 0.25s;
&:hover {