codechriscode / social-media-dashboard

React + Typescript interactive dashboard using Context and Hooks, MUI-inspired components
0 stars 0 forks source link

Neat linear-gradient shadow #7

Open codechriscode opened 2 years ago

codechriscode commented 2 years ago

Use filter: blur() to turn pseudoelement into a "shadow" capable of holding the neat linear-gradient shade from the toggle button

Also on the pseudoelement train, make the toggle gradient so that it can transition from/to hover with an opacity-based transition

codechriscode commented 2 years ago

Maybe also apply to focused form fields