OpenLinkSoftware / fct

OpenLink Faceted Browser
Other
0 stars 4 forks source link

The bar for Entity Rank is not visible #20

Open imitko opened 3 years ago

imitko commented 3 years ago

The following code in css/default.css causes to hide the second bar for rank:

866  rnk[title~=Entity] {
867      display: none !important;
868  }

for what purpose it is hidden?

danielhmills commented 3 years ago

It was hidden initially when working on the bar appearances; which isn't needed anymore.

I will make the second bar visible again in my next set of updates