Skip to content

Commit

Permalink
Clock-color arrow wasn't reverting from its stale state (nightscout#4821
Browse files Browse the repository at this point in the history
)
  • Loading branch information
unsoluble authored and sulkaharo committed Jul 29, 2019
1 parent cdc7669 commit 5bf903e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/client/clock-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ client.render = function render (xhr) {
} else {
$('#staleTime').css('display', 'none');
$('body').css('color', 'white');
$('#arrow').css('filter', 'brightness(100%)');
}
}
}
Expand Down

0 comments on commit 5bf903e

Please sign in to comment.