BLT icon indicating copy to clipboard operation
BLT copied to clipboard

Fix Button Visibility Issue on Bug Bounties Page

Open MAHALAKSHMImahalakshmi opened this issue 7 months ago • 8 comments

Summary

This pull request addresses an issue where the "MORE INFO" button on the Bug Bounties page was not visible by default and only appeared on hover. The button is now visible at all times and changes color when hovered over.

Changes Made

  • Updated the HTML structure for the "MORE INFO" button.
  • Added inline styles to ensure the button is always visible.
  • Applied hover state styles for better user experience.

Testing

  • Verified that the button is visible by default.
  • Confirmed that the button changes color on hover.

Screenshots

Screenshot 2024-07-08 at 1 28 41 PM

MAHALAKSHMImahalakshmi avatar Jul 08 '24 07:07 MAHALAKSHMImahalakshmi