-
Notifications
You must be signed in to change notification settings - Fork 243
Description
๐ Other Issue
Description
A green color appears on click for certain elements on the website. This color needs to be removed or adjusted.
Type of Issue
Select the type of issue:
- ๐ Documentation
- ๐ ๏ธ Build/Deployment
- [ YES] ๐ผ๏ธ UI/UX Design
- โ๏ธ Performance
- Other (please specify)
Steps to Reproduce (if applicable)
If the issue is related to a problem, please provide the steps to reproduce it:
- Go to any clickable element on the website.
2.Click on it.
3.Observe the green color appearing upon interaction.
Expected Behavior/Outcome (if applicable)
The element should not display a green background color on click. It should either remain transparent or display a different color that matches the websiteโs theme.
Environment (if applicable)
1.Browser: Chrome 116.0
2.Operating System: Windows 10
3.Device: Laptop
Additional Context
This issue might be due to focus or active state styling in the CSS. Checking for :focus or :active pseudo-classes with a green background may help locate the issue.
Checklist
- [ YES] I have searched the existing issues, and this issue is not a duplicate.
- [YES ] I have starred this repository.
- [ YES] I have provided all necessary details.