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
Describe the bug
The navbar has li with class="sidenav-section" can be user-seleted resulting in the section-texts does not transform into a dot as expected when moving mouse focus away.
To Reproduce
Select (mark) one of the section-texts (Training, Community, About) in the left sidebar of landing page, then move mouse away from it.
Expected behavior
The section-text is expected to be transformed into a text-less dot.
Screenshots
Browser
Chromium
OS: Ubuntu
Browser Chromium
Version [e.g. 22]
Additional context
Super-tiny but, still! :D
The text was updated successfully, but these errors were encountered:
This may be due to the :focus or :selected state on the .sidenav-section elements. When these elements are selected (highlighted), they might retain the text display style even after the mouse moves away, preventing the text from transforming back into a dot.
Describe the bug
The navbar has li with class="sidenav-section" can be user-seleted resulting in the section-texts does not transform into a dot as expected when moving mouse focus away.
To Reproduce
Select (mark) one of the section-texts (Training, Community, About) in the left sidebar of landing page, then move mouse away from it.
Expected behavior
The section-text is expected to be transformed into a text-less dot.
Screenshots
Browser
Chromium
Additional context
Super-tiny but, still! :D
The text was updated successfully, but these errors were encountered: