code100x/cms

bug: Share on LinkedIn button not visible initially on hover in light mode.

Closed this issue · 5 comments

Describe the bug
The LinkedIn button in share certificate is not visible initially when hovered over in light mode, but becomes visible after hovering.

To Reproduce
Steps to reproduce the behavior:

  1. Switch to light mode.
  2. Hover over the LinkedIn button.
  3. Observe that the button is not visible initially and then becomes visible.

Expected behavior
The LinkedIn button should be clearly visible in light mode both before and after hovering.

Screenshots or GIFs
bug-certificate

Info (please complete the following information):

  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Additional context
This issue affects the visibility of the LinkedIn button in light mode works fine in dark mode

We have to remove the "bg-transparent" from the classname of the button, idk why the bg-transparent is there

I made a pull request, can you please check if it works ?
#730

Already fixed in #730 ! I guess you can close this issue