Change blur detection for dropdown

This commit is contained in:
John Furrow
2015-12-31 08:16:38 -05:00
parent ad34bf6eaa
commit 142e150f89
3 changed files with 51 additions and 42 deletions
@@ -14,9 +14,9 @@ class Sidebar extends React.Component {
getDropdownHeader() {
return (
<button className="client-stats client-stat--limits">
<a className="client-stats client-stat--limits">
<Icon icon="limits" /> Speed Limits
</button>
</a>
);
}