diff --git a/takwimu/static/css/takwimu.scss b/takwimu/static/css/takwimu.scss index c0f1a01f..bf4152a9 100644 --- a/takwimu/static/css/takwimu.scss +++ b/takwimu/static/css/takwimu.scss @@ -344,6 +344,9 @@ a { &.active .page-link { background-color: $brand-color-secondary; border-color: $brand-color-secondary; + &:hover { + color: $brand-extend-white; + } } } diff --git a/takwimu/templates/takwimu/_includes/search/_popover.html b/takwimu/templates/takwimu/_includes/search/_popover.html index 42a8cc92..78110e70 100644 --- a/takwimu/templates/takwimu/_includes/search/_popover.html +++ b/takwimu/templates/takwimu/_includes/search/_popover.html @@ -78,6 +78,10 @@

Please type something into th .addClass("d-flex") .find(".selected-items").html(_checked[0]); break; + case (_checked.length < 1): + $("#"+_parent+" button .select-item").removeClass("d-none").addClass("d-flex"); + $("#"+_parent+" button .filter-badge").removeClass("d-flex").addClass("d-none"); + break; case ( _checked.length > 1): $("#"+_parent+" button .filter-badge") .find(".selected-items").html("Multiple "+_parent+" selected");