lablup / backend.ai-webui-ossca-2023

Backend.AI Web UI for web / desktop app (Windows/Linux/macOS). Backend.AI Web UI provides a convenient environment for users, while allowing various commands to be executed without CLI. It also provides some visual features that are not provided by the CLI, such as dashboards and statistics.
https://www.backend.ai
GNU Lesser General Public License v3.0
0 stars 3 forks source link

Display mouse cursor in sidebar menu correctly #11

Open srngch opened 1 year ago

srngch commented 1 year ago

What Operating System(s) are you seeing this problem on?

macOS (Apple Silicon)

Backend.AI version

23.09.0-alpha.2.230718

Describe the bug

Even though the mouse pointer style property of the list or <a> tag element of the sidebar menu is set to 'pointer', it is not displayed properly. I assume that it is conflict with a parent property related to web components.

To Reproduce

  1. When the mouse cursor moves from outside to inside the browser....
  2. The cursor appears as a 'pointer' anywhere in the sidebar.
  3. If you move the cursor a little bit, it will be displayed by default for all elements.

Expected Behavior

Display as a 'pointer' for list items and <a> tags.

Anything else?

No response

yomybaby commented 1 year ago

Thank you 👍 Could you upload the screenshot? I would like to know where it is precisely. Also, could you check again on the latest main branch?