diff --git a/apps/circuit-compiler/src/app/components/versions.tsx b/apps/circuit-compiler/src/app/components/versions.tsx index 7b6dc549754..a5688d9b202 100644 --- a/apps/circuit-compiler/src/app/components/versions.tsx +++ b/apps/circuit-compiler/src/app/components/versions.tsx @@ -8,7 +8,7 @@ export function VersionList ({ currentVersion, versionList, downloadList, setVer return ( -
+
{ versionList[currentVersion].name }
diff --git a/apps/contract-verification/src/app/components/SearchableChainDropdown.tsx b/apps/contract-verification/src/app/components/SearchableChainDropdown.tsx index 4a8bed91212..a3f12a9d155 100644 --- a/apps/contract-verification/src/app/components/SearchableChainDropdown.tsx +++ b/apps/contract-verification/src/app/components/SearchableChainDropdown.tsx @@ -41,7 +41,7 @@ export const CustomToggle = React.forwardRef( className={className.replace('dropdown-toggle', '')} >
-
{children}
+
{children}
{icon && (
diff --git a/apps/remix-ide-e2e/src/tests/editor.test.ts b/apps/remix-ide-e2e/src/tests/editor.test.ts index bfd6767f9a7..3161dfbe20f 100644 --- a/apps/remix-ide-e2e/src/tests/editor.test.ts +++ b/apps/remix-ide-e2e/src/tests/editor.test.ts @@ -110,13 +110,13 @@ module.exports = { .executeScriptInTerminal('remix.exeCurrent()') .scrollToLine(33) .waitForElementPresent('.highlightLine34', 60000) - .checkElementStyle('.highlightLine34', 'background-color', 'rgba(0, 0, 0, 0)') + .checkElementStyle('.highlightLine34', 'background-color', 'rgb(52, 152, 219)') .scrollToLine(40) .waitForElementPresent('.highlightLine41', 60000) - .checkElementStyle('.highlightLine41', 'background-color', 'rgba(0, 0, 0, 0)') + .checkElementStyle('.highlightLine41', 'background-color', 'rgb(52, 152, 219)') .scrollToLine(50) .waitForElementPresent('.highlightLine51', 60000) - .checkElementStyle('.highlightLine51', 'background-color', 'rgba(0, 0, 0, 0)') + .checkElementStyle('.highlightLine51', 'background-color', 'rgb(52, 152, 219)') }, 'Should remove 1 highlight from source code #group1': @@ -132,8 +132,8 @@ module.exports = { .waitForElementVisible('li[data-id="treeViewLitreeViewItemcontracts/3_Ballot.sol"]') .click('li[data-id="treeViewLitreeViewItemcontracts/3_Ballot.sol"]') .waitForElementNotPresent('.highlightLine33', 60000) - .checkElementStyle('.highlightLine41', 'background-color', 'rgba(0, 0, 0, 0)') - .checkElementStyle('.highlightLine51', 'background-color', 'rgba(0, 0, 0, 0)') + .checkElementStyle('.highlightLine41', 'background-color', 'rgb(52, 152, 219)') + .checkElementStyle('.highlightLine51', 'background-color', 'rgb(52, 152, 219)') }, 'Should remove all highlights from source code #group1': function (browser: NightwatchBrowser) { diff --git a/apps/remix-ide/src/app/plugins/templates-selection/templates-selection-plugin.tsx b/apps/remix-ide/src/app/plugins/templates-selection/templates-selection-plugin.tsx index 6d2e5bf8115..7896e534708 100644 --- a/apps/remix-ide/src/app/plugins/templates-selection/templates-selection-plugin.tsx +++ b/apps/remix-ide/src/app/plugins/templates-selection/templates-selection-plugin.tsx @@ -361,7 +361,7 @@ export class TemplatesSelectionPlugin extends ViewPlugin { classList='TSCellStyle' >
- {template.description} + {template.description} template.onClick()}>{template.onClickLabel}
} @@ -409,7 +409,7 @@ const createModalMessage = async (