From d3bb934cf47356cd1e49304453ed0b616be14e6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corentin=20S=C3=A9chet?= Date: Mon, 9 May 2022 17:10:47 +0200 Subject: [PATCH] vendee-cd85: remove icon from add-more-items button (#65036) --- static/vendee-cd85/_custom.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/vendee-cd85/_custom.scss b/static/vendee-cd85/_custom.scss index bb0a5c32..65541719 100644 --- a/static/vendee-cd85/_custom.scss +++ b/static/vendee-cd85/_custom.scss @@ -148,7 +148,7 @@ div#page { text-decoration: $link-hover-decoration; } - &::before { + &:not(.add-more-items--button)::before { color: $link-hover-color; content: "\f0a9"; display: inline-block; -- 2.35.1