Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.

Commit

Permalink
Added extra styling for hidden facets
Browse files Browse the repository at this point in the history
  • Loading branch information
Edwin Jacobs committed Apr 24, 2019
1 parent dbfa3f5 commit dafb33a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions skin/frontend/base/default/emico_tweakwise/css/navigation.css
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,16 @@ div .slider .right {
color: inherit;
}

.block-layered-nav .checkbox {
display: block;
}

.block-layered-nav li.hidden,
.block-layered-nav .more-link.hidden,
.block-layered-nav .less-link.hidden {
display: none;
}

@media only screen and (max-width: 770px) {
.block-layered-nav .arrow {
display: none;
Expand Down

0 comments on commit dafb33a

Please sign in to comment.