Match other filter buttons
This commit is contained in:
@@ -4,6 +4,10 @@
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.btn {
|
||||
--btn-border-color: var(--color-ink-medium);
|
||||
}
|
||||
}
|
||||
|
||||
.filter__button {
|
||||
|
||||
@@ -10,7 +10,7 @@ module FiltersHelper
|
||||
end
|
||||
|
||||
def filter_chip_tag(text, params)
|
||||
link_to cards_path(params), class: "btn txt-small btn--remove fill-selected" do
|
||||
link_to cards_path(params), class: "btn txt-x-small btn--remove fill-selected flex-inline" do
|
||||
concat tag.span(text)
|
||||
concat icon_tag("close")
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user