Skip to content

Commit

Permalink
Hide cdi_unfiltered scope
Browse files Browse the repository at this point in the history
This is for the Rapido "2-scope" option.
  • Loading branch information
gpeterso committed Nov 28, 2023
1 parent 32cad74 commit 8f44946
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@ prm-advanced-search {
display: none;
}
}

// hide the "cdi_unfiltered" scope option (for Rapido)
md-option[ng-repeat="scope in $ctrl.scopesOptions"][value="cdi_unfiltered"] {
display: none;
}

0 comments on commit 8f44946

Please sign in to comment.