From 6ae76e8dbe60012efc3baecaf0cb3e40c6b329a2 Mon Sep 17 00:00:00 2001 From: GhitaB Date: Mon, 8 Nov 2021 15:48:48 +0200 Subject: [PATCH] Refs #140518 - Add Clear button for each facet. --- src/SearchBlock/styles.less | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/SearchBlock/styles.less b/src/SearchBlock/styles.less index b6227e31b..906ffe844 100644 --- a/src/SearchBlock/styles.less +++ b/src/SearchBlock/styles.less @@ -251,6 +251,8 @@ div#page-document { } div.filter.description { + display: flex; + div.ui.label { padding: 5px; margin-top: 4px; @@ -258,6 +260,13 @@ div#page-document { background: white; font-size: 12px; } + + a.clear-filters { + margin-left: auto; + margin-top: auto; + color: @sf-azure; + font-size: 12px; + } } &.active { @@ -994,6 +1003,7 @@ div.ui.modal.facet { a.clear-filters { margin-left: auto; color: @sf-azure; + font-size: 12px; } } }