Apps widget mouse click animation #907
Unanswered
rafaelh212
asked this question in
Q&A
Replies: 1 comment
-
|
Try using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I click on an icon in the apps widget there is no mouse click animation, no matter which theme I use. I tried adding one manually but it didn't work. Does anyone know how to fix this
/* manual attempt */ .apps-widget .widget-container .label:pressed { background-color: rgba(223, 0, 0, 0.986); /* Darker overlay when clicked */ padding-top: 2px; /* Small "push" effect */ }Beta Was this translation helpful? Give feedback.
All reactions