From c3ce8003b1b08cd42fc3a65b1e28c25d4d065937 Mon Sep 17 00:00:00 2001 From: Anirudh Singh Date: Sun, 2 Feb 2020 18:09:58 +0530 Subject: [PATCH] Added back rule to hide labels on login form for metro theme Signed-off-by: Anirudh Singh Signed-off-by: William Desportes --- themes/metro/scss/_common.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/metro/scss/_common.scss b/themes/metro/scss/_common.scss index efb1cc450b..ae5adb72b7 100644 --- a/themes/metro/scss/_common.scss +++ b/themes/metro/scss/_common.scss @@ -19,6 +19,10 @@ body#loginform { margin: 0; background-color: #666; + form#login_form label { + display: none !important; + } + #page_content { background-color: $navi-background; margin: 0 !important; @@ -140,10 +144,6 @@ body#loginform { } } -form.login label { - display: none; -} - .turnOffSelect { -moz-user-select: none; -khtml-user-select: none;