dotnet / aspire

Tools, templates, and packages to accelerate building observable, production-ready apps
https://learn.microsoft.com/dotnet/aspire
MIT License
3.93k stars 480 forks source link

Fix: Update style for the .defaultHidden to resolve Bug: #6750 #6778

Closed D34NM closed 21 hours ago

D34NM commented 1 day ago

Description

The fix is a simple CSS style change. The style for the .defaultHidden class was applied on the "layer" above the actual menu item.

image

Fixes # (issue)

Bug #6750

Checklist

JamesNK commented 1 day ago

This is incorrect. The ... button should only be visible when hovering over the grid value.

I can't reproduce the reported issue: https://github.com/dotnet/aspire/issues/6750#issuecomment-2496324360

cc @mitchdenny

D34NM commented 21 hours ago

@JamesNK wasn't aware of it. But I could reproduce the issue described above. And it was visible, but I will close the PR. Thanks for the review :)