Skip to content

Commit

Permalink
Hide Morris brief search scope selector
Browse files Browse the repository at this point in the history
Requested by aflinn
  • Loading branch information
gpeterso committed Nov 13, 2023
1 parent bd9c7f0 commit 03b03b3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/views/01UMN_INST-MORRIS/components/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,12 @@ prm-request {
display: none;
}
}

prm-tabs-and-scopes-selector {
md-divider,
md-input-container {
&[ng-if="$ctrl.showScopesSelect()"] {
display: none !important;
}
}
}

0 comments on commit 03b03b3

Please sign in to comment.