remove a console log and ugly outline

This commit is contained in:
Stephen Birarda 2015-12-21 15:07:26 -07:00
parent 807fb2bee1
commit 8ae9092ab3
2 changed files with 4 additions and 1 deletions

View file

@ -23,6 +23,10 @@ body {
letter-spacing: 1px;
}
input, textarea, select, a {
outline: none;
}
.light-gray {
color: @light-gray;
}

View file

@ -5,7 +5,6 @@ $(function() {
var settingsButton = $('#manage-server #settings');
function toggleManageButton(button, enabled) {
console.log(button);
if (enabled) {
button.attr('href', '#');
button.removeClass('disabled');