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

[create-theme]: Show UniExtBtn on Hover #907

Closed
1 task
quinut opened this issue Dec 23, 2024 · 1 comment
Closed
1 task

[create-theme]: Show UniExtBtn on Hover #907

quinut opened this issue Dec 23, 2024 · 1 comment
Labels
new-theme Submit a theme to be added to the theme library

Comments

@quinut
Copy link

quinut commented Dec 23, 2024

Name

Show UniExtBtn on Hover

Description

Show UniExt Button(the jigsaw puzzle-shaped extension icon) only when hovered.

Homepage

No response

Image

https://github.com/quinut/zen-css/blob/eba59164848d4466c845d2694d3bcfa23fe8b052/Show%20UniExtBtn%20on%20Hover/Show%20UniExtBtn%20on%20Hover.png?raw=true

Type

  • JSON Color Theme

Theme Styles

#unified-extensions-button {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

#unified-extensions-button:hover {
  opacity: 1;
}

Readme

# Show UniExtBtn on Hover
Show unified extensions button(the jigsaw puzzle-shaped extension icon) only when hovered.

Preferences

No response

@quinut quinut added the new-theme Submit a theme to be added to the theme library label Dec 23, 2024
Copy link
Contributor

Thank you for your contribution! 🎉

Your theme has been successfully submitted. The maintainers will review it and get back to you soon.

Here are some details about your submission:

If you have any questions or need help, feel free to ask in the comments below or in the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-theme Submit a theme to be added to the theme library
Projects
None yet
Development

No branches or pull requests

1 participant