Skip to content

Commit

Permalink
one-click login links are supposed to be buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
atomizer committed Apr 25, 2015
1 parent f6dbec7 commit d94efb9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions lib/dump.css
Expand Up @@ -124,9 +124,6 @@ body {
cursor: pointer;
overflow: hidden;
margin: 4px 2px;
}

.mulelink {
text-decoration: none;
}

Expand Down
2 changes: 1 addition & 1 deletion lib/mule.js
Expand Up @@ -106,7 +106,7 @@ function mulelink(guid) {
}
return r;
}
var l = $('<a>').addClass('mulelink');
var l = $('<a>').addClass('button');
l.text('\u21d7');
l.attr('href', 'muledump:' + toHex(guid) + '-' + toHex(accounts[guid]));
l.attr('title', 'open this account');
Expand Down

0 comments on commit d94efb9

Please sign in to comment.