Merge pull request #2747 from ethereum/spacelab-theme-fix

Spacelabs theme fix
pull/2774/head^2
bunsenstraat 2 years ago committed by GitHub
commit cda9f2adbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/remix-ide-e2e/src/tests/gist.test.ts
  2. 4
      apps/remix-ide/src/assets/css/themes/bootstrap-spacelab.min.css

@ -128,7 +128,7 @@ module.exports = {
'Import From Gist For Valid Gist ID #group2': function (browser: NightwatchBrowser) { 'Import From Gist For Valid Gist ID #group2': function (browser: NightwatchBrowser) {
browser browser
.waitForElementVisible('*[data-id="remixIdeIconPanel"]', 10000) .waitForElementVisible('*[data-id="remixIdeIconPanel"]', 15000)
.clickLaunchIcon('settings') .clickLaunchIcon('settings')
.click('*[data-id="settingsTabGenerateContractMetadataLabel"]') .click('*[data-id="settingsTabGenerateContractMetadataLabel"]')
.setValue('[data-id="settingsTabGistAccessToken"]', process.env.gist_token) .setValue('[data-id="settingsTabGistAccessToken"]', process.env.gist_token)

@ -30,7 +30,9 @@
--info:#3399f3; --info:#3399f3;
--warning:#d47500; --warning:#d47500;
--danger:#cd0200; --danger:#cd0200;
--text:#eee; --text: #343a40;
/* --text:#eee; */
/* --text-background: #; */
--light:#eee; --light:#eee;
--dark:#333; --dark:#333;
--body-bg:#fff; --body-bg:#fff;

Loading…
Cancel
Save