Skip to content

Commit

Permalink
Small cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dimak1 committed May 15, 2024
1 parent 8605a14 commit da3bad4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@

<HomeLocationReview
hideDefaultHeader
:isCancelTransportPermitReview="isCancelChangeLocationActive"
isTransportPermitReview
:isCancelTransportPermitReview="isCancelChangeLocationActive"
/>
</v-card>
</template>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,9 @@ h3 {
.cancelled-transport-permit-details {
// below is to grey out transport details but not the InfoChip
.transport-details-header {
display: contents;
}
.v-row:not(:first-child), .transport-details-header h3 {
opacity: 0.4;
}
Expand Down
8 changes: 0 additions & 8 deletions ppr-ui/src/views/mhrInformation/MhrInformation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1630,12 +1630,4 @@ export default defineComponent({
:deep(.theme--light.v-btn.v-btn--disabled) {
opacity: 0.4 !important;
}
:deep(#cancelled-location-change-review) {
#home-location-summary {
#home-location-review-section-header {
display: none;
}
}
}
</style>

0 comments on commit da3bad4

Please sign in to comment.