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

Make terminal fully working with transparent background #698

Closed
jcubic opened this issue Sep 25, 2021 · 2 comments
Closed

Make terminal fully working with transparent background #698

jcubic opened this issue Sep 25, 2021 · 2 comments
Labels
feature resolved if issue is resolved, it will be open until merge with master
Milestone

Comments

@jcubic
Copy link
Owner

jcubic commented Sep 25, 2021

I have an idea for a new feature for jQuery Terminal

The idea is to allow:

:root {
  --background: rgba(0, 0, 0, 0.5);
}
@jcubic jcubic added the feature label Sep 25, 2021
@jcubic
Copy link
Owner Author

jcubic commented Sep 25, 2021

WIP Demo: https://codepen.io/jcubic/pen/zYzmjez

There are two problems:

  • inheritance of transparent background make them stack on each other
  • Solution with transparency break selection and cursor

@jcubic jcubic added this to the 2.35.0 milestone Jul 30, 2022
jcubic added a commit that referenced this issue Sep 11, 2022
@jcubic
Copy link
Owner Author

jcubic commented Sep 11, 2022

@jcubic jcubic added the resolved if issue is resolved, it will be open until merge with master label Sep 11, 2022
@jcubic jcubic closed this as completed Dec 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature resolved if issue is resolved, it will be open until merge with master
Projects
None yet
Development

No branches or pull requests

1 participant