Entity Sign: Improve Firefox visibility and add focus support. (#20733)

* Chenged right and left position of the infobox.

* Added focus support to open the modal.

* Moved tabindex out the constructor and added support for enter and space keys.
This commit is contained in:
Engiber Lozada
2025-11-13 21:37:54 +01:00
committed by GitHub
parent bbd30363a2
commit 8b076597b3

View File

@@ -170,9 +170,9 @@ export class UmbEntitySignBundleElement extends UmbLitElement {
.infobox { .infobox {
position: absolute; position: absolute;
top: 100%; top: 0;
margin-top: calc(-12px + var(--offset-h)); margin-top: calc(-12px + var(--offset-h));
left: 100%; left: 19px;
margin-left: -6px; margin-left: -6px;
background-color: transparent; background-color: transparent;
padding: var(--uui-size-2); padding: var(--uui-size-2);