keyboard nav program

This commit is contained in:
isUnknown 2024-09-20 10:14:43 +02:00
parent a470d6322c
commit 24f6606c2c
8 changed files with 49 additions and 24 deletions

View file

@ -31,6 +31,7 @@
}
.event-card__infos .ticket {
position: absolute;
z-index: 5;
margin-top: 0.3rem;
padding: 0.5rem;

View file

@ -32,8 +32,9 @@
}
}
.ticket {
display: inline-flex;
.ticket,
.ticket-link {
display: inline-flex !important;
}
a:not([disabled]):hover > .ticket svg,

View file

@ -32,3 +32,8 @@ picture svg {
a[disabled] {
cursor: not-allowed;
}
a:focus-visible,
button:focus-visible {
outline: 4px solid var(--color-season);
}