From 931e39ef56ac88e5a1594af4736d396585dce91d Mon Sep 17 00:00:00 2001 From: Aurelien Vaillant Date: Tue, 7 Apr 2020 00:01:10 +0200 Subject: [PATCH] Remove unuset selector --- custom_portal.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/custom_portal.css b/custom_portal.css index 0225d5c..12b591f 100644 --- a/custom_portal.css +++ b/custom_portal.css @@ -472,4 +472,8 @@ body.logged, .logged .content { position: absolute; top: 0; right: 5%; +} + +.user-container-edit::after { + content: none; } \ No newline at end of file