color-js / elements

WIP
14 stars 1 forks source link

[channel-slider] Show the spin buttons all the time #168

Closed DmitrySharabin closed 16 hours ago

DmitrySharabin commented 2 days ago

But make them subtly until the user interacts with them.

Not focused (hovered)

image

Focused

image

Unfortunately, we are a bit tight with options here (except lowering opacity or applying filters, as far as I'm aware). But from my perspective, filters are a bit too much in this case.

netlify[bot] commented 2 days ago

Deploy Preview for color-elements ready!

Name Link
Latest commit de4cca961ed24872dd162e4dbf28ca496501bb76
Latest deploy log https://app.netlify.com/sites/color-elements/deploys/673e4bd43fd4df0008f25532
Deploy Preview https://deploy-preview-168--color-elements.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

DmitrySharabin commented 2 days ago

Can we also make the spin buttons have a transparent bg when not interacted with?

I tried it. No luck.

DmitrySharabin commented 2 days ago

OK, the result with filter: contrast(2) looks closer to the desired one. Thank you for the hint!