From 4cce1d5b230bc45945562339a539aa7d959fc8e9 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 25 Feb 2020 21:00:34 +0100 Subject: [PATCH] :bug: Fix broken link to icon on framework.css file. --- frontend/resources/styles/common/framework.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/resources/styles/common/framework.scss b/frontend/resources/styles/common/framework.scss index 325e162e13..bb872c9071 100644 --- a/frontend/resources/styles/common/framework.scss +++ b/frontend/resources/styles/common/framework.scss @@ -456,7 +456,7 @@ input.element-name { .input-select { @extend .input-text; - background-image: url("/images/svg/arrow-down-white.svg"); + background-image: url("/images/icons/arrow-down-white.svg"); background-repeat: no-repeat; background-position: 95% 48%; background-size: 10px;