You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
I noticed an inconsistency in the navigation bar regarding the Policies button. When clicking on any button in the navbar, the background color changes from green to white. However, the Policies button remains green even after being clicked, which disrupts the UI consistency.
Steps to Reproduce:
Open the web page.
Click on any button in the navbar.
Observe that the clicked button changes its background color from green to white.
Click on the Policies button and notice that its background color does not change—it remains green.
Expected Behavior:
The Policies button should behave consistently with the other navbar buttons, changing its background color to white after being clicked.
Actual Behavior:
The Policies button remains green even after being clicked, unlike the other buttons.
Suggested Fix:
Ensure that the Policies button follows the same styling rules as other navbar buttons. This may involve checking CSS or JavaScript event handling related to button state changes.
Additional Information:
Browser: (Mention the browser where you tested this issue)
normal working button bg color change
The text was updated successfully, but these errors were encountered:
What is the issue with the HTML Standard?
Description:
I noticed an inconsistency in the navigation bar regarding the Policies button. When clicking on any button in the navbar, the background color changes from green to white. However, the Policies button remains green even after being clicked, which disrupts the UI consistency.
Steps to Reproduce:
Open the web page.
Click on any button in the navbar.
Observe that the clicked button changes its background color from green to white.
Click on the Policies button and notice that its background color does not change—it remains green.
Expected Behavior:
The Policies button should behave consistently with the other navbar buttons, changing its background color to white after being clicked.
Actual Behavior:
The Policies button remains green even after being clicked, unlike the other buttons.
Suggested Fix:
Ensure that the Policies button follows the same styling rules as other navbar buttons. This may involve checking CSS or JavaScript event handling related to button state changes.
Additional Information:
Browser: (Mention the browser where you tested this issue)
normal working button bg color change
The text was updated successfully, but these errors were encountered: