From 2987e8e46b1a9b6b518619108c0e76987dbce504 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Thu, 2 Feb 2023 15:42:07 +0100 Subject: [PATCH] UI: Show user buttons in navbar when logged in. --- public/css/theme-bthree-dark.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/public/css/theme-bthree-dark.css b/public/css/theme-bthree-dark.css index 2236fc2..87f3f2f 100644 --- a/public/css/theme-bthree-dark.css +++ b/public/css/theme-bthree-dark.css @@ -1,5 +1,7 @@ -/* */ -#navbar .right.stackable.menu { +/* Temporarily hide login and sign up links. + * Remove this once projects.blender.org goes public. */ +#navbar .right.stackable.menu a[href^="/user/sign_up"], +#navbar .right.stackable.menu a[href^="/user/login"] { display: none; }