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

Adding transparency to page elements #84

Open
SazexW opened this issue Apr 5, 2023 · 0 comments
Open

Adding transparency to page elements #84

SazexW opened this issue Apr 5, 2023 · 0 comments

Comments

@SazexW
Copy link

SazexW commented Apr 5, 2023

Adding transparency to page elements

In particular, all added visual thumbnails of bookmarks. Conditionally set the elements to 50% opacity, restore the value to 100 when the cursor is hovered over

The implementation is as simple as possible, but at the same time allows you to get a lot of positive emotions from using your add-on.

It will be enough to finalize the class .title-content

.title-content { opacity: 0.4; } .tile-content:hover { opacity: 1.0; }

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

1 participant