You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CSS variable (--bl-facet-active-bg) used to set the background-color of the .card-header for an 'active' facet field is not available on the advanced search page. The variable is declared within the scope of the .sidenav selector, which is not present on the advanced search page.
Current:
Expected:
The text was updated successfully, but these errors were encountered:
The CSS variable (
--bl-facet-active-bg
) used to set the background-color of the.card-header
for an 'active' facet field is not available on the advanced search page. The variable is declared within the scope of the.sidenav
selector, which is not present on the advanced search page.Current:
Expected:
The text was updated successfully, but these errors were encountered: