From 2e98b86de6bdd4eeb55aba7cf0dc09ccd124ee26 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 0c11af43..b6599594 100644 --- a/static/vendee-cd85/_custom.scss +++ b/static/vendee-cd85/_custom.scss @@ -152,7 +152,7 @@ div#page { } %arrow-icon { - &::before { + &:not(.add-more-items--button)::before { color: $link-hover-color; content: "\f0a9"; display: inline-block;