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) {
browser
.waitForElementVisible('*[data-id="remixIdeIconPanel"]', 10000)
.waitForElementVisible('*[data-id="remixIdeIconPanel"]', 15000)
.clickLaunchIcon('settings')
.click('*[data-id="settingsTabGenerateContractMetadataLabel"]')
.setValue('[data-id="settingsTabGistAccessToken"]', process.env.gist_token)

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

Loading…
Cancel
Save