From b50d46f037787224a944877aef7e413fdb7a3b8c Mon Sep 17 00:00:00 2001 From: Aurelien Vaillant Date: Sun, 5 Apr 2020 13:05:28 +0200 Subject: [PATCH] Anther pseudo element rules fix --- custom_portal.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/custom_portal.css b/custom_portal.css index ad08dfd..4c5b27e 100644 --- a/custom_portal.css +++ b/custom_portal.css @@ -138,6 +138,9 @@ body { width: 0; height: 0; } +.icon-user::before { + content: none; +} .form-text { width: 90%;