From 10f3e985f1f4661a1489777e117ff2f7bb0a1b10 Mon Sep 17 00:00:00 2001 From: Kristof De Langhe Date: Mon, 11 Feb 2019 16:06:50 +0100 Subject: [PATCH] 59695: Gear style fix --- src/app/shared/browse-by/browse-by.component.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/app/shared/browse-by/browse-by.component.scss b/src/app/shared/browse-by/browse-by.component.scss index e69de29bb2..5d847a8609 100644 --- a/src/app/shared/browse-by/browse-by.component.scss +++ b/src/app/shared/browse-by/browse-by.component.scss @@ -0,0 +1,8 @@ +:host { + .dropdown-toggle::after { + display: none; + } + .dropdown-item { + padding-left: 20px; + } +}