From 07b345570ec37345416566375cf7c7f3434680a2 Mon Sep 17 00:00:00 2001 From: Jeff Pihach Date: Wed, 14 Feb 2018 13:54:30 -0600 Subject: [PATCH] Do not hide the third item, which is now the logout link, in the user menu. --- .../gui/src/app/components/user-menu/_user-menu.scss | 7 ------- 1 file changed, 7 deletions(-) diff --git a/jujugui/static/gui/src/app/components/user-menu/_user-menu.scss b/jujugui/static/gui/src/app/components/user-menu/_user-menu.scss index d03a4572d1..7751b20ff3 100644 --- a/jujugui/static/gui/src/app/components/user-menu/_user-menu.scss +++ b/jujugui/static/gui/src/app/components/user-menu/_user-menu.scss @@ -18,11 +18,4 @@ } } } - .dropdown-menu__list-item:nth-child(3) { - display: none; - - @media screen and (max-width: $breakpoint-medium) { - display: block; - } - } }