mako icon indicating copy to clipboard operation
mako copied to clipboard

Hover effects such as color change/underline

Open Kommynct opened this issue 4 years ago • 5 comments

I believe there should be at least an ability to change the background color on hover, that way I can make the background transparent until i'm hovering over them. I figure there should be numerous things that should be toggle-able on hover.

Kommynct avatar May 22 '20 11:05 Kommynct

Not sure how complicated we want all of this to become. Mako may become a full HTML + CSS engine if we don't pay attention.

emersion avatar May 22 '20 11:05 emersion

Perhaps there should just be three additions

Color and background color should have :hover like in css

And an option to change the mouse pointer on hover (to the click icon, also would be useful for distinguishing notifications that are actvitable)

underline on hover.

That's less css-ey while still in my opinion taking the good aspects of it. Thoughts?

Kommynct avatar May 22 '20 11:05 Kommynct

There's always "one last missing feature", until we find out what the next one is.

emersion avatar May 22 '20 11:05 emersion

#263 is related.

vilhalmer avatar May 22 '20 16:05 vilhalmer

I've thought this over a bit, and i've decided it might be better if we have a separate theme for the currently selected notification (the one that would be invoked with $ makoctl invoke ), and have a separate option that allows you to change the currently selected notification by various means, including by hovering over a notification, or $ makoctl selection up/down

I think that is a better way of handling it all, and simpler, but i'm uncertain.

Kommynct avatar Jun 16 '20 23:06 Kommynct