Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 010472da authored by drishu's avatar drishu
Browse files

OEL-1919: Target facet classes for oel styling.

parent 03403002
No related branches found
No related tags found
1 merge request!176OEL-1919: Fix broken styling for facetapi.
.oel-facets-checkbox-list {
.facets-widget-checkbox .item-list__checkbox {
padding-left: 0;
list-style-type: none;
}
......@@ -11,9 +11,6 @@
{% if facet.widget.type == 'dropdown' -%}
{%- set attributes = attributes.addClass('form-select') %}
{%- endif %}
{% if facet.widget.type == 'checkbox' -%}
{%- set attributes = attributes.addClass('oel-facets-checkbox-list') %}
{%- endif %}
{% if items or empty %}
{%- if title is not empty -%}
<legend class="col-form-label"><span class="fieldset-legend">{{ title }}</span></legend>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment