Remove dead style code

This commit is contained in:
Dan Finlay 2017-06-04 22:26:32 -07:00
parent 773b36b0de
commit 8dc6aa9c4c
1 changed files with 0 additions and 3 deletions

View File

@ -24,9 +24,6 @@ Copyable.prototype.render = function () {
return h(Tooltip, {
title: copied ? 'Copied!' : 'Copy',
position: 'bottom',
style: {
cursor: 'pointer',
},
}, h('span', {
style: {
cursor: 'pointer',