From cde6580704a575a8dd7ce3d08e3ffe5862f95a9c Mon Sep 17 00:00:00 2001 From: Osman Alperen Elhan Date: Thu, 14 Nov 2013 16:53:15 +0200 Subject: [PATCH] remove href='#' to prevent re-render in iron-router fixes #16 --- accounts_ui.styl | 5 ++++- login_buttons_dropdown.html | 8 ++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/accounts_ui.styl b/accounts_ui.styl index 5e54a0b..8da3582 100644 --- a/accounts_ui.styl +++ b/accounts_ui.styl @@ -46,4 +46,7 @@ left: auto; #login-buttons - display: none; \ No newline at end of file + display: none; + +#login-dropdown-list a + cursor: pointer; \ No newline at end of file diff --git a/login_buttons_dropdown.html b/login_buttons_dropdown.html index ed324b3..a4d167c 100644 --- a/login_buttons_dropdown.html +++ b/login_buttons_dropdown.html @@ -3,7 +3,7 @@