Skip to content

Commit

Permalink
set color of inactive tabs to white (#5503)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabbersepp authored and jennifer-shehane committed Oct 31, 2019
1 parent 93446a2 commit c5b323a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/extension/theme/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
31,
33
],
"tab_background_text": [
255,
255,
255
],
"ntp_section": [
255,
255,
Expand Down

4 comments on commit c5b323a

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on c5b323a Oct 31, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux x64 version of the Test Runner.

You can install this pre-release platform-specific build using instructions at https://on.cypress.io/installing-cypress#Install-pre-release-version.

You will need to use custom CYPRESS_INSTALL_BINARY url and install Cypress using an url instead of the version.

export CYPRESS_INSTALL_BINARY=https://cdn.cypress.io/beta/binary/3.5.1/linux-x64/circle-develop-c5b323a467aa734794fd44248cc7ed7efc73dfd5-179366/cypress.zip
npm install https://cdn.cypress.io/beta/npm/3.5.1/circle-develop-c5b323a467aa734794fd44248cc7ed7efc73dfd5-179346/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on c5b323a Oct 31, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AppVeyor has built the win32 ia32 version of the Test Runner.

You can install this pre-release platform-specific build using instructions at https://on.cypress.io/installing-cypress#Install-pre-release-version.

You will need to use custom CYPRESS_INSTALL_BINARY url and install Cypress using an url instead of the version.

set CYPRESS_INSTALL_BINARY=https://cdn.cypress.io/beta/binary/3.5.1/win32-ia32/appveyor-develop-c5b323a467aa734794fd44248cc7ed7efc73dfd5-28521141/cypress.zip
npm install https://cdn.cypress.io/beta/binary/3.5.1/win32-ia32/appveyor-develop-c5b323a467aa734794fd44248cc7ed7efc73dfd5-28521141/cypress.zip

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on c5b323a Oct 31, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AppVeyor has built the win32 x64 version of the Test Runner.

You can install this pre-release platform-specific build using instructions at https://on.cypress.io/installing-cypress#Install-pre-release-version.

You will need to use custom CYPRESS_INSTALL_BINARY url and install Cypress using an url instead of the version.

set CYPRESS_INSTALL_BINARY=https://cdn.cypress.io/beta/binary/3.5.1/win32-x64/appveyor-develop-c5b323a467aa734794fd44248cc7ed7efc73dfd5-28521141/cypress.zip
npm install https://cdn.cypress.io/beta/binary/3.5.1/win32-x64/appveyor-develop-c5b323a467aa734794fd44248cc7ed7efc73dfd5-28521141/cypress.zip

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on c5b323a Oct 31, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin x64 version of the Test Runner.

You can install this pre-release platform-specific build using instructions at https://on.cypress.io/installing-cypress#Install-pre-release-version.

You will need to use custom CYPRESS_INSTALL_BINARY url and install Cypress using an url instead of the version.

export CYPRESS_INSTALL_BINARY=https://cdn.cypress.io/beta/binary/3.5.1/darwin-x64/circle-develop-c5b323a467aa734794fd44248cc7ed7efc73dfd5-179406/cypress.zip
npm install https://cdn.cypress.io/beta/npm/3.5.1/circle-develop-c5b323a467aa734794fd44248cc7ed7efc73dfd5-179369/cypress.tgz

Please sign in to comment.