From b69a583810280c4e6135d5a405297156481d20f8 Mon Sep 17 00:00:00 2001 From: Aurelien Vaillant Date: Sun, 5 Apr 2020 13:06:54 +0200 Subject: [PATCH] Anther pseudo element rules fix --- custom_portal.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_portal.css b/custom_portal.css index 4c5b27e..0647930 100644 --- a/custom_portal.css +++ b/custom_portal.css @@ -138,7 +138,7 @@ body { width: 0; height: 0; } -.icon-user::before { +.icon-user::before, .icon-lock::before { content: none; }