Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Background opacity (with rgba) not working on Ubuntu 17.10 #2451

Closed
2 tasks done
jeffarese opened this issue Nov 11, 2017 · 4 comments
Closed
2 tasks done

Background opacity (with rgba) not working on Ubuntu 17.10 #2451

jeffarese opened this issue Nov 11, 2017 · 4 comments

Comments

@jeffarese
Copy link

jeffarese commented Nov 11, 2017

  • I am on the latest Hyper.app version
  • I have searched the issues of this repo and believe that this is not a duplicate

Issue

I'm trying to lower the opacity of the background color, using backgroundColor: 'rgba(0,0,0, 0.5)' but it's not working, the background has 100% opacity no matter what.

If I change to another color (not caring about the opacity) it works, but it ignores the opacity.

@SergioGeeK7
Copy link

opacity is not supported by electron on linux/windows. just in mac

@albinekb
Copy link
Contributor

We should probably put a notification when a user tries to get transparency in windows/ubuntu and link to the comment by electron.

@chabou
Copy link
Collaborator

chabou commented Nov 13, 2017

Adding a comment in config file should be ok

@jeffarese
Copy link
Author

jeffarese commented Nov 13, 2017

Yeah, I didn't know this. With a comment in the config file it would have been enough.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants