Skip to content

Commit

Permalink
refactor(style): update disabled style in estimated fee card
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Sep 12, 2024
1 parent c3c8b10 commit e3e8953
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/components/SendTransaction/SelectEstimatedFee.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,6 @@
isDrTx ? option.transaction.fee : option.transaction.metadata.fee
"
/>
<p
v-if="feeEstimationReportError && !isCustomFee(option)"
class="error-message"
>
{{ feeEstimationReportError.message }}
</p>
<p v-else-if="isDisabledFee(option)" class="error-message">
{{ option.transaction.error }}
</p>
<p v-if="isReportGenerated(option)" class="time">
{{ getTimeDuration(option.report.time_to_block, locale) }}
</p>
Expand Down Expand Up @@ -199,7 +190,7 @@ export default {
}
&.disabled {
border: var(--select-box-error-border);
opacity: 0.6;
cursor: not-allowed;
}
}
Expand Down

0 comments on commit e3e8953

Please sign in to comment.