I have ghost buttons (i.e. with a transparent surface), I would like to apply a box-shadow to simulate focus-tab but nothing is shown, the only way is to assign a coloured fill.
I understand that I’m basically removing opacity from the fill so applying a shadow to it is almost not logical, but this is feasible in css.
I wonder is there some trick or other to way to solve this?
A trick would be apply a fill with 0.01% transparency.
Drop shadows need either a fill or stroke that is opaque to get shown.
For some unknown reason, the trick does not work for strokes.
yes I wouldn’t want to create a variable just for this issue, but thank you I appreciate your suggestions , I hope they can fix it, I have few more components that do not need a fill but need a box-shadows