From 9ea5504ee27fad7de7e16431430c76a10e2434ef Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Fri, 13 Jan 2023 12:10:39 +0100 Subject: [PATCH] lille-metropole-2022: customize icon color only when file uploaded (#73383) --- static/lille-metropole-2022/_custom.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/lille-metropole-2022/_custom.scss b/static/lille-metropole-2022/_custom.scss index c954e412..a4c35bd4 100644 --- a/static/lille-metropole-2022/_custom.scss +++ b/static/lille-metropole-2022/_custom.scss @@ -379,7 +379,7 @@ li.external-link, li.is-redirection { } /* customize upload color */ -div.file-upload-widget div.file-button div.widget-message::after { +div.file-upload-widget div.file-button div.widget-message.upload-done::after { color: green; }