From 3fbc5e1ce0d5fcd626b5971e6a1c39cc8159130e Mon Sep 17 00:00:00 2001 From: Stephen Abello Date: Mon, 6 Feb 2023 14:24:44 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B05904=20Hide=20decorative=20plus=20icon?= =?UTF-8?q?=20on=20attribute=20set=20edit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/backoffice/components/input/_input-set.scss | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/css/backoffice/components/input/_input-set.scss b/css/backoffice/components/input/_input-set.scss index 9c5b60e0d..3d2de2e7e 100644 --- a/css/backoffice/components/input/_input-set.scss +++ b/css/backoffice/components/input/_input-set.scss @@ -14,8 +14,6 @@ $ibo-input-set--input--height: 100% !default; $ibo-input-set--remove--padding-top: 0.15em !default; $ibo-input-set--remove--border-left: none !default; -$ibo-input-set--has-items--after--right: 8px !default; -$ibo-input-set--has-items--after--top: 5px !default; $ibo-input-set--item--siblings-spacing: 3px !default; $ibo-input-set--item--margin-y: 1px !default; @@ -43,17 +41,7 @@ $ibo-input-set--item--box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px 1px rgb border-left: $ibo-input-set--remove--border-left; } - &.has-items::after { - content: "\f067"; - font-family: "Font Awesome 5 Free"; - font-weight: 600; - font-size: 10px; - position: absolute; - - right: $ibo-input-set--has-items--after--right; - top: $ibo-input-set--has-items--after--top; - } } /* CSS rules from the old style, retrieved almost as is. Do not change the classes names in the markup without second thought as they are used by the portal as well */