opensourcedesign / opensourcedesign.github.io

🎨💻 Source code of our website
https://opensourcedesign.net
Apache License 2.0
353 stars 189 forks source link

Open Collective Button Hover Issue #429

Closed AkshayRaj1999 closed 3 months ago

AkshayRaj1999 commented 10 months ago

Screenshot_10 Screenshot_9 when hovering other buttons the correspondent logo has pure white fill but when it comes to open-source its bit different. (assets attached ⬇️) opencollective-icon (1)

Erioldoesdesign commented 6 months ago

Looks like the Open Collective logo uses an .svg file imported in as the button icon (which is different to the other icons on the buttons which I think, pull in from an icon library) either way, it also looks like the CSS for the open collective button is slightly different to the other buttons e.g. no ':before' CSS selector.

I imagine it's a reasonably quick fix for folks with the Front end/.svg knowledge Screenshot 2024-04-02 at 11 50 17

subz3r0o0 commented 5 months ago

could i be assigned to this issue? :)

subz3r0o0 commented 5 months ago

I created a pull request - [(https://github.com/opensourcedesign/opensourcedesign.github.io/pull/441)] Let me know if you can have a look.

Erioldoesdesign commented 5 months ago

https://github.com/opensourcedesign/opensourcedesign.github.io/pull/441

Erioldoesdesign commented 3 months ago

Closing as the fix was merged! https://github.com/opensourcedesign/opensourcedesign.github.io/pull/441