Skip to content

Commit

Permalink
fix cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
yann300 committed Jun 7, 2023
1 parent 56c3347 commit 0616614
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ export function ContractDropdownUI (props: ContractDropdownProps) {
<FormattedMessage id='udapp.warningEvmVersion' values={{ evmVersion }}/>
</span>}
>
<span className='badge badge-secondary'>evm version: {evmVersion}</span>
<span className='udapp_evmVersion badge badge-secondary'>evm version: {evmVersion}</span>
</CustomTooltip> }
<div>
<div className="udapp_deployDropdown">
Expand Down
3 changes: 3 additions & 0 deletions libs/remix-ui/run-tab/src/lib/css/run-tab.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@
width: 100%;
border: 1px solid
}
.udapp_evmVersion {
cursor: default;
}
.udapp_subcontainer {
display: flex;
flex-direction: row;
Expand Down

0 comments on commit 0616614

Please sign in to comment.